Hi!
I am working on survey data and want to export the survey year for each country to an excel list.
I used this code:
foreach x of num 1/51 {
tab year if country == `x'
putexcel B`x' = year
}
However, it exports the same year for all countries .
I want to use outexcel, as I already exported other data to that list.
Thank you for your help!
Related Posts with putexcel string data values
Should we winsorize the interaction variables ?I have two variable, a and b a is a normal vari b is a dummy ( 0 and 1) c = a*b c is for interation …
Advice on survival analysis setupHello everyone, I’m hoping to solicit some advice from those of you that are familiar with survival…
mvprobitDear Statusers, I’m writing for a question on the package mvprobit. I’m estimating a mvprobit for 5 …
Whether to include squared terms with OLS or notHi all, I am running a regression on logged hourly pay and was wondering how to test whether I shou…
How to interpret non-standardised coefficients?Hi all, I am looking at the effect of gender inequality (measured by GII which is a 0 to 1 scale, w…
Subscribe to:
Post Comments (Atom)
0 Response to putexcel string data values
Post a Comment