Hello there,
I am running a 3-way table using table command. I tried to add statistic and no totals options but I am getting "options no totals or statistic not allowed". Any recommendation on how I can get the table with summary statistics (col percent, p-value etc..). I am using Stata version 16. Here below is my command:
table (hh_district) (term ch_stunted), nototals statistic(percent,across(term))
hh_district refers to district name (categorical), ch_stunted: stunting status(yes/no) and term refers to survey timing (baseline vs follow up). Also does the table command in stata version 16 allows svy option?
Looking forward to your support
Related Posts with Table command in stata 16 does not allow statistic option
Name of the current do fileIs there a way to get the name of the currently executing do-file into a macro? I had hoped to inclu…
two way scatterI have a problem with two way scatter. I am using the following command to plot as in the followin…
Generate X(t) = 0.7X(t-1) + epHow to generate a series X(t) = 0.7*X(t-1) + ep where X(0) = 10 , ep is normal(0,1) and t = 1, 2, ..…
Graph for interaction modelsHi, I am checking if some personality traits (Big Five), are interacting in an survey-experiment. T…
rologit predict stdpHello, I am performing an rank-ordered logit analysis using the rologit Stata command. In post-esti…
Subscribe to:
Post Comments (Atom)
0 Response to Table command in stata 16 does not allow statistic option
Post a Comment