Dear All,
I am running a svy:probit and typing margins, vce(unconditional) later.
However, I am getting the following error:
. margins, vce(unconditional)
unconditional standard errors derived assuming full estimation sample;
indepvars dropped observations from the estimation sample
r(459);
I understand this is because my covariates have some missing data, and svy:probit automatically drops those observations while running the regressions.
Is there anyway to get around this problem? I'm not using the subpop() option, but there is a if qualifier at the end of the regression:
svy: probit lfcat c.age##c.age i.female i.educ i.training i.married WApop==1, allbase
margins, vce(unconditional)
Any help would be highly appreciated.
Related Posts with Problem with margins and vce(unconditional)
select pairs of cases with a distance between them <18 monthsHello everyone, please, I need to create a variable that selects pairs of cases that between their M…
Creating a histogram with categorical dataHi everyone, I am trying to create a histogram with a string variable. In the example dataset below…
Saving probability distribution of variable under certain conditions and assigning random value from distributionHello, I am trying to save the probability distribution of a variable under certain conditions so t…
creating a variable based on an observation of another variableHi, for the life of me I can't find any help on this. Obviously, I don't know what search terms to u…
Default xlabel valuesHi all, I am writing a program to overlay an additional graph to an existing graph through addplot.…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with margins and vce(unconditional)
Post a Comment