Hi I have number of variables in Stata and I want to collapse in Stata using mean statistics.
collapse (mean) DHSCLUST-time_var , by (id)
type mismatch
I am getting the type mismatch error
collapse (mean) DHSCLUST-time_var , by (id)
type mismatch
I am getting the type mismatch error

Comment