Dear All
I'm about to perform an analysis that aims to predict how much money is used for elderly care. $ 0 is used for the majority of the elderly (97% of the population). However 3% of elderly between 100 $ and 1 million $ are used. I am using poisson-regression rather than OLS, as the distribution of expenses is very skewed (many zeros).
My question: How do I get predicted values after poisson which indicate the expected amount of money used for each of the elderly? Had I used OLS I would have used the following command:
reg expense sex
predict pr_expenses
Should I just use the following command?:
poisson expense sex, vc(robust)
predict pr_expenses
Best regards
Jacob
I'm about to perform an analysis that aims to predict how much money is used for elderly care. $ 0 is used for the majority of the elderly (97% of the population). However 3% of elderly between 100 $ and 1 million $ are used. I am using poisson-regression rather than OLS, as the distribution of expenses is very skewed (many zeros).
My question: How do I get predicted values after poisson which indicate the expected amount of money used for each of the elderly? Had I used OLS I would have used the following command:
reg expense sex
predict pr_expenses
Should I just use the following command?:
poisson expense sex, vc(robust)
predict pr_expenses
Best regards
Jacob
Comment