Predictions of ProbitRE_PLNRE 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_PLNRE(
par,
sel_form,
out_form,
data,
offset_w_name = NULL,
offset_x_name = NULL
)
A list with three sets of predictions
prob: Predicted probability to participate
outcome: Predicted potential outcome
actual_outcome: Predicted actual outcome
Model estimates
Formula for selection equation, a Probit model with random effects
Formula for outcome equation, a Poisson Lognormal model with random effects
Input data, a data.frame object
Offset variables in selection equation, if any.
Offset variables in outcome equation, if any.