Hello, my first post here although I have been reading the forum for a long time.
I tried to use gologit2 for my svy data but the error message is puzzling. I am positive that I have no missing values in the data because I dropped those.
Actually, I am not even sure missing data is the problem here. I am using the most recent version of gologit2.
Any insight is appreciated! Thanks!
I tried to use gologit2 for my svy data but the error message is puzzling. I am positive that I have no missing values in the data because I dropped those.
Actually, I am not even sure missing data is the problem here. I am using the most recent version of gologit2.
Code:
. nmissing bday_3 age rengrp educ_4 marst_3 if sample1==1 & female==0 . svyset psu [pweight=newperwt], strata(strata) . gsvy, subpop(if sample1==1 & female==0): gologit2 bday_3 age i.rengrp i.educ_4 i.marst_3, auto nolabel matrix has missing values an error occurred when svy executed gologit2
Comment