View source: R/ProbitRE_PoissonRE.R
predict_ProbitRE_PoissonRE | R Documentation |
Predictions of CRE model on new sample. Please make sure the factor variables in the test data do not have levels not shown in the training data.
predict_ProbitRE_PoissonRE( par, sel_form, out_form, data, offset_w_name = NULL, offset_x_name = NULL )
par |
Model estimates |
sel_form |
Formula for selection equation, a Probit model with random effects |
out_form |
Formula for outcome equation, a Poisson Lognormal model with random effects |
data |
Input data, a data.frame object |
offset_w_name |
Offset variables in selection equation, if any. |
offset_x_name |
Offset variables in outcome equation, if any. |
A list with three sets of predictions
prob: Predicted probability to participate
outcome: Predicted potential outcome
actual_outcome: Predicted actual outcome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.