Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Asdocx command not showing all regressions in a nested table

    Hello,
    I am using asdocx command to export my regression table. The table is a nested one and has 4 regressions. The command works fine for the first three regressions, but for the 4th regression, it simply reproduces the 3rd regression. I have tried many combinations, but the error seems to persist. Would be grateful for any direction on this.

    My commands are as follows
    Code:
    asdocx xtreg sexratio B3P post c.B3P#c.post,vce(cluster sdist) replace nest label title 
    
    
    asdocx xtreg sexratio B3P post c.B3P#c.post v012 v133 v136 v201 v218  first urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest,vce(cluster sdist) drop(v012 v133 v136 v201 v218  first urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest)nest label title 
    
    asdocx xtreg sexratio B3P post c.B3P#c.post v012 v133 v136 v201 v218  first urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest i.b2, vce(cluster sdist) drop(v012 v133 v136 v201 v218  first urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest i.b2) nest label title 
    
    asdocx xtreg sexratio B3P post first c.B3P#c.post c.B3P#c.post#c.first v012 v133 v136 v201 v218  urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest i.b2, vce(cluster sdist) drop(v012 v133 v136 v201 v218  first urban hindu muslim christian sikh scheduled_caste scheduled_tribe poorest poorer richer richest i.b2) nest label title
    Thank you!

    Regards,
    Kanika
Working...
X