Announcement

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

  • #16
    Good afternoon I have the problem r(322) working with svy,subpop(Urbano): logistic T_Cuenta i.EscoMS ....
    I have the problem typing

    margins, vce(unconditional)
    margins Ingreso, vce(unconditional)
    margins, vce(unconditional) dydx(Ingreso)

    Can you please help me to overcome this problem?
    Thank you very much
    Tags: margins, svy:logit
    Last edited by david pinchao; 21 Apr 2020, 16:53.

    Comment


    • #17
      To solve the problem you can simply remove possible missing value(s) from the variable(s) before estimation by implementing the command

      keep if !missing( list of variables)

      This makes the whole issue simple to overcome.

      Comment

      Working...
      X