Hi,
I'm trying to make a time series that shows the mean values on a variable by different groups over several years with confidence intervalls. I found a syntax in another thread but don't seem to make it work:
Time variable: year
Groups: gender (women/men)
statsby mean=r(mean) ub=r(ub) lb=r(lb), by(gender year) : ci dependentvar
When running this syntax I solely get the error message: "no; dataset in memory has changed since last saved"
Does anyone know why?
I'm trying to make a time series that shows the mean values on a variable by different groups over several years with confidence intervalls. I found a syntax in another thread but don't seem to make it work:
Time variable: year
Groups: gender (women/men)
statsby mean=r(mean) ub=r(ub) lb=r(lb), by(gender year) : ci dependentvar
When running this syntax I solely get the error message: "no; dataset in memory has changed since last saved"
Does anyone know why?
Comment