Announcement

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

  • creating table following multiple imputation with svy suite

    Hello.

    Is it possible to create tables using "collect" series of commands using mi estimate:svy, subpop (subpopulation): logit x a b c d?

    I use the syntax below without the imputation and it works however it did not generate the table I wanted when I used it after having done multiple imputation.

    Thank you.

    "quietly: collect _r_b _r_se, tag(model[(1)]):svy, subpop (lostemp2008_V7Chp3): logit lostemp0810 i.age5cat08 female i.race4 i.educ4 married08 r10iwendm"
    Note: I have 5 models, so I do this command 4 more time for the other models and at the end I get a single table with columns for each model.
Working...
X