View source: R/pred_lme4model.R
pred_lme4model | R Documentation |
function to predict probability from 'lme4' or 'glm' objects
pred_lme4model(model = NULL, fe.model = NULL, df)
model |
lme4 model |
fe.model |
the fixed effect of a model |
df |
dataframe for prediction |
A vector of the predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.