update.lmerMod | R Documentation |
This function changes the theta
parameter of a lmerMod
object to a given vector and updates the model accordingly.
update.lmerMod(object, theta, ...)
object |
A |
theta |
A numeric vector of theta values (parameter variances) that will replace the theta values in the |
... |
Other arguments to be passed to the |
A lmerMod
object of which the parameter variances are replaced by the ones given in the theta
input argument.
Bolker (2016). Wald errors of variances, https://rpubs.com/bbolker/waldvar
....
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.