get_prediction_frequentist | R Documentation |
A test function to return predictions and contrasts from a frequentist model. Allows clustered standard errors.
get_prediction_frequentist( model, predictions = NULL, cluster = NULL, type = c("observed values", "mean", "zero"), response = T, fe.fix = T )
model |
A statistical model to get predictions from. |
prediction |
Predictions structured in the normal way. |
Other results:
qualitative_assessment()
,
results_mediation()
,
results()
,
summarize_interval()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.