I know it is easy to calculate predicted probabilities using margins command in logistic models, as the link below:
https://stats.idre.ucla.edu/stata/da...probabilities/
Eg, specifically, STATA can calculate the predicted probabilities on each level of female with holding other covariates at means with the following below
margins female, atmeans My question is: what types of predicted probabilities I can get if I do not include "atmeans"? just simply puts
margins female
Thanks!
https://stats.idre.ucla.edu/stata/da...probabilities/
Eg, specifically, STATA can calculate the predicted probabilities on each level of female with holding other covariates at means with the following below
margins female, atmeans My question is: what types of predicted probabilities I can get if I do not include "atmeans"? just simply puts
margins female
Thanks!
Comment