Stata Predict
Contents
Usage
Once a model has been fit (any of logistic, logit, or OLS), use predict to predict a positive outcome.
logistic dependent independent predict dependent_propensity if e(sample)
Contents
Once a model has been fit (any of logistic, logit, or OLS), use predict to predict a positive outcome.
logistic dependent independent predict dependent_propensity if e(sample)
Stata/Predict (last edited 2023-03-15 21:23:38 by DominicRicottone)