Differences between revisions 2 and 3
Revision 2 as of 2023-03-15 21:22:16
Size: 351
Comment:
Revision 3 as of 2023-03-15 21:23:38
Size: 348
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
predict dependent_propensity if dependent==1 predict dependent_propensity if e(sample)

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 e(sample)


CategoryRicottone

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