I first use:
Code:
sum XYZ if tin(31jan1976, 30jun2010)
then I use
Code:
asdoc, accum(`r(N)', `r(mean)', `r(sd)')
then I try to add it to a word document like this:
Code:
asdoc, row(Mean, Std, Skew, Kurt, p1, p3, p6, p12)
Code:
asdoc, row(31jan976-30jun2010, $accum)
Code:
asdoc, row(XYZ, $accum)
Code:
asdoc, row($accum)
But i only get blanks in the table where the stored values are supposed to go. Have i misunderstood the code?
0 Response to Using asdoc, acum to store values that I can write later
Post a Comment