I'm using asdoc to output stat results, it worked well with:
Code:
bys country: asdoc tabstat share, stat(N mean)
Code:
bys company: asdoc tabstat share, stat(N mean)
Code:
option text() required
Code:
bys company: asdoc tabstat share, text(Company Details) stat(N mean)
My guess is that it is because the string values in my "company" variable are too long, but I don't know how to solve it.
Any help would be appreciated. Thank you!
Best,
Craig
0 Response to Error of "asdoc": option text() required
Post a Comment