Most of my tables are from survey data. I need to know how to make a table since the "TABLE" command does not work with the "SVY" command. Example of a command in my dofile:
svy: tab tiempo i.est_socio if e(sample), obs count format(%12.0f)
I´m using STATA 17
Thanks. M
svy: tab tiempo i.est_socio if e(sample), obs count format(%12.0f)
I´m using STATA 17
Thanks. M
Comment