Hi everyone,
I am trying to run a reshape long command with 10 variables specified as i (below command). Interestingly when the number of variables specified as i exceeds 10 variables, stata does not reshape the variable generating an error: "too many variables specified." When the number of vars in i is less than 10 then the command works. Is there any way to fix this. I am using stata 16. Thanks.
reshape long spousal_CG@ r@073 r@074 r@076 CR@ cogfunction@ r@082 r@223 r@129 r@216 r@001 r@053 r@adla r@iadla r@iwstat r@agey_m r@cesd r@shlt r@mstat h@itot r@jstres r@conde r@bmi r@smoken r@smokev r@drinkd r@nhmliv r@wtresp, i(hhidpn rabyear radyear ragender rahispan raracem raedyrs raeduc raehsamp raestrat OPN OPN_SP) j(wave)
Related Posts with Is "reshape long" limited by the number of "i"s: too many variables specified
how to export results from a regression to excel, using STATA 13Hi, Could someone help me with exporting me regression table to Excel. I have tried "copy table" an…
Joint significance of interactionsHello Everybody! I have a model y = 50+0.3*d-1*d*d+1.5*x+1.5*z-0.5*x*z-3.5*boy+u+5*rnormal() . All …
Firth Logit and Survey dataI am attempting to run a firth logit (rare event) using data from a nationally-representative survey…
Hausman testHi, I'm running a panel regression. These are my panel commands, followed by regression commands fo…
WlsI want to obtain WLS(Weighted Least Square) estimate susing -[aweight]- , I do not know what should …
Subscribe to:
Post Comments (Atom)
0 Response to Is "reshape long" limited by the number of "i"s: too many variables specified
Post a Comment