I am creating a descriptive stats table and I need guidance on using categorical variables. When I run the descriptive stats for categorical variables, such as "summarize i.educ" (categorical education variable) I only get back info for some categories, with the comparison category suppressed. For instance, if i.educ categories are less than hs, hs, some college, college, post grad and I run "summarize i.edu" I only get summary data on hs, some college, college, post grad with "less than hs" not reported. If I run "summarize educ" vs. i.educ I get an inaccurate numerical response that does not recognize the categorical nature of the variable.
How do I get to see the summary stats on all categories?
How do I get to see the summary stats on all categories?
Comment