Description Usage Arguments Details Value
View source: R/modelInt_predict.R
This function uses bootMer to bootstrap a mixed model and calculate
prediction intervals.
1 2 | modelInt_predict(model, df, n_sim = 100, prob = 0.95, cluster = NULL,
cluster_name = NULL, ...)
|
model |
fitted |
df |
data frame with new combination of fixed effect values to generate prediction |
n_sim |
number of bootstrap simulation |
prob |
probability for the predicted interval |
cluster |
logical. TRUE / FALSE for whether to use parallele computing. See |
cluster_name |
if cluster = TRUE, a user-defined cluster name |
... |
see |
See bootMer and boot for further details.
information about the presence/absence of the incubating individual in the nest.
Data frame with prediction interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.