Dear all,
I am running the following code:
. xtset id year
. xi: xtivreg2 `t' (`z'=instrument_p) i.year i.ccode if drop10_ncidef`y'!=1 & `x'==1 & `s'==1 , fe first cluster (ccode)
panel variable: id (unbalanced)
time variable: year, 2006 to 2015, but with gaps
delta: 1 unit
i.year _Iyear_2006-2015 (naturally coded; _Iyear_2006 omitted)
i.il_kodu _Iil_kodu_1-81 (naturally coded; _Iil_kodu_1 omitted)
Warning - singleton groups detected. 19125 observation(s) not used.
However the warning tells that covariance matrix is not of full rank, possibly resulting from singletons. Therefore, I want to locate all singletons and I am wondering whther there is any way to locate those 19125 variables in my sample. I have tried to use e(sample) as suggested in previous postings but it did not help me to find out /locate singletons.
Many thanks
Nazlı
Related Posts with xtivreg2 warning that covariance matrix is not of full rank. Detecting singletons?
Help using date time variables in stataHi all, I'm having trouble converting string variables into date/time variables, and can only get "…
Multicollinearity issue between individual-specific variables in the conditional logit modelsHi! I'm currently analyzing survey data (916 respondents in total) using the -asclogit- or -cmclogi…
negative hyper-geometric distributionUnlike some other distributions (negative binomial), Stata does not seem to have a function for nega…
reversing non-integer variables using revvHi everyone, I want to reverse a mean scale score, which is a non-integer variable from 1 to 5. I t…
random intercept random slope in multilevel GSEMHi, i would like to ask about adding random slope into the mediation model using GSEM. My model look…
Subscribe to:
Post Comments (Atom)
0 Response to xtivreg2 warning that covariance matrix is not of full rank. Detecting singletons?
Post a Comment