Announcement

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

  • STATA SE 13, how to get r square after mi estimate

    Dear STATA users,

    is there a way to obtain R square (model fit statistics) after conducting mice? I tried to find an answer in different sources (including this thread: https://www.statalist.org/forums/for...ng-mi-estimate - after modifying code here i get a following error: r101 pweight not allowed) but still fail to do that. Any idea? Thank you in advance.

    My code for a model:

    Code:
    mi estimate, dots: logit volba migranti_2011 migranti_squared i.man vek_rek vek_squared i.religiozita i.bydliste i.vzdelani_3k i.zamestnani_new i_prijmu [pweight= vaha]
Working...
X