Hey everyone I am very new to STATA so bear with me.
I am trying to create a table1 for my dataset using the "ssc install table1" package
I believe I am using the right syntax but whenever I try to generate a table I keep getting the same error:
when I type:
ssc install table1
table1, by(catsna) vars(confusion1 bin \ sex bin)
I get this error:
invalid '''
r(198);
In this case, "catsna" is a variable that created that divides sodium into 4 quantiles and confusion1 is a binary variable in the dataset. I have played around with different variables but to no avail. Does anyone else know why I keep getting this error?
Thanks again and I appreciate any help on this issue.
Related Posts with Table1 error
Interpolation Quarterly to Monthly ; Missing dates when generating themDear Members of this forum, I find an anomaly while generating monthly data. At the second step of …
reshape wide not recognizing j variableI get an error message that my j variable is not present but it is. . reshape wide *, i(quest_numbe…
Question on one-way fuzzy string matchingHello -- I'm struggling to find a solution to what ought to be a fairly straightforward Stata issue…
Calculating the difference between maximum and minimum variable value over three overlapping yearsDear sata experts, I have a panel data set ranging from 2010-2018 for all firms listed i the US mar…
Drop Stocks if they have less than 50% monthly return data for entire sample period.Hi folks, Here is my sample data. I would like to drop Stocks which don't have above 50% monthly re…
Subscribe to:
Post Comments (Atom)
0 Response to Table1 error
Post a Comment