Hello everyone,
I have been trying to generate a self-explanatory table with the mean and standard deviation of the demographic characteristics of my sample (age band, gender, education, marital status). Ideally, I would also like to get these stats for the five waves of my survey (as columns of the table).
However, all the four variables are categorical. If I do something like: "eststo Table1: estpost summarize i.age i.gender i.education i.marital", I obtained that factor-variable and time-series operators are not allowed.
How can I solve the issues?
Thank you
I have been trying to generate a self-explanatory table with the mean and standard deviation of the demographic characteristics of my sample (age band, gender, education, marital status). Ideally, I would also like to get these stats for the five waves of my survey (as columns of the table).
However, all the four variables are categorical. If I do something like: "eststo Table1: estpost summarize i.age i.gender i.education i.marital", I obtained that factor-variable and time-series operators are not allowed.
How can I solve the issues?
Thank you
Comment