Differences between revisions 1 and 2
Revision 1 as of 2023-03-15 21:19:10
Size: 190
Comment:
Revision 2 as of 2023-03-15 21:22:16
Size: 351
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Once a model has been fit (any of [[Stata/Logistic|logistic]], [[Stata/Logit|logit]], or [[Stata/Regress|OLS]]), use `predict` to predict a positive outcome.

Stata Predict


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 dependent==1


CategoryRicottone

Stata/Predict (last edited 2025-04-04 02:56:21 by DominicRicottone)