I'm hoping someone can help me recreate the following SAS code in STATA.
if first.studyid_adult then do;
spelnmbr=1;
duration=1;
startm=sm;
end;
else duration + 1;
obplus=_n_ + 1;
Related Posts with SAS to STATA
Time Fixed Effects with Interaction: What is the reference?Hi everyone, hope you having a great week. I'm having trouble reading the following xtreg output. I…
Deleting the letter part of a string variable and keep only the numeric partHello you all, I`m very glad to be part of this forum that has already helped me a lot these recent …
Creating new var w/ multiple values of another varHello, I have two variables, IS and Code. I would like IS to take on different values depending on w…
multivariate analysis from a scoreDear friends, I am trying to analyze the effect of this three variables (ml, mms, mic) in the outco…
Problems combining multiple responses according to age ranges Hi everyone , I have difficulties to find the right command with conditions that make it possible t…
Subscribe to:
Post Comments (Atom)
0 Response to SAS to STATA
Post a Comment