Good afternoon guys,
I am very new at Stata and i was trying to learn a code below and it give me error saying " invalid name J" " error r(198); "
can somebody explain me where the mistake is . thank you !
generate meanwage =.
forvalues j=34(1)46 {
summarize wage if age=='j'
replace meanwage=r(mean) if age=='j'
}
Related Posts with invalid name J error r(198);
Interpreting "estat vce, corr output" postetimation of menbreg with random slope and interceptHi everyone, I am interested in getting some assistance interpreting the output of a estat vce, corr…
Interpreting "estat vce, corr" output -- post-estimation of menbreg with random slope and interceptHi everyone, I am interested in getting some assistance interpreting the output of a estat vce, corr…
Extrac the numbers in variable labelsHi, How can I extract the numeric part from my variable labels? For example: I have the next var …
java.lang.NoSuchMethodError + Stata 15.1Hi, It is my first time on this website, recently I had the error regarding java in Stata 15.1 , on …
Is this a bug?I have Stata SE 15.1 and I noticed Stata does not convert 2/29/2011 to a date value. When I run: C…
Subscribe to:
Post Comments (Atom)
0 Response to invalid name J error r(198);
Post a Comment