Dear members of the list,
I am trying to generate the adjusted risk ratios (ARR) corresponding to one of my independent variables in a multinomial logit model explaining undergraduates' expectations upon bachelor degree graduation
After the output (which I omit because the table is quite long), I ask Stata to generate the adjusted risk ration of my independent variable of interest, a categorical variable that includes different levels of parental education
Quite unfortunately, this results in the following error message that I have not been able to discern, neither in the help of the 'adjrr' command nor in other messages posted in Statalist
I have tried with other ways of naming the independent variable of interest, but I have not find what I am doing wrong. For instance....
Any guidance would be much appreciated
Kind regards and thanks for your attention
Luis Ortiz
I am trying to generate the adjusted risk ratios (ARR) corresponding to one of my independent variables in a multinomial logit model explaining undergraduates' expectations upon bachelor degree graduation
PHP Code:
mlogit expect3 ib2.edu_parents female progresion i.codi_a2 rendimiento, baseoutcome(4)
PHP Code:
adjrr ib2.edu_parents
PHP Code:
. adjrr ib2.edu_parents
factor-variable and time-series operators not allowed
PHP Code:
. adjrr edu_parents
at level for factor edu_parents not present during estimation
Kind regards and thanks for your attention
Luis Ortiz
Comment