I collected data that includes factor variables, like employment status and even age (collected as "between 20 and 30", etc.).
I know how to make summary statistics table in R or Stata, but I can't seem to wrap my head around how to display the table with categorical variables, since min max and median are all meaningless for the categorical ones.
What would be the best way then to display the descriptive statistics when there are both categorical and continuous variables in the data set?