Hi,
I have this little problem with the following code:
clear all
forval i=1/1{
use 201`i'-1.dta
merge m:m Semestre Carnet using 201`i+1'-1.dta
}
I work with two datas 2011-1.dta and 2012-1.dta, but the fourth line of my code dont work. Is there any way to do that in Stata?
Thanks in advance.
Related Posts with Forval
sort may not be combined with byHi, Using the below current code, I could generate my desired output. That is the 95% credible inter…
Penalized Quasi-Likelihood for Mixed linear modelIs it possible to use Penalized Quasi-Likelihood estimation for GLMM model ? I found the meglm glm a…
Dyadic data and clustered standard errorsHello, I have time-series dyadic data and need to run a regression (DV and IVs are absolute differe…
compare incidence rate among three groupsDear colleagues. I already have definided the failure event (DEAD) and time variable (TIME), and I h…
Removing Blue Character ValuesHi, I am struggling at the moment with two -probably basic- issues. 1. I am working on the Italian…
Subscribe to:
Post Comments (Atom)
0 Response to Forval
Post a Comment