Almer_SE {evolvability} | R Documentation |
Linear mixed model for response variables with uncertainty
Description
Almer_SE
Linear mixed model for response variables with uncertainty
Usage
Almer_SE(
formula,
SE = NULL,
maxiter = 100,
control = lme4::lmerControl(check.nobs.vs.nlev = "ignore", check.nobs.vs.rankZ =
"ignore", check.nobs.vs.nRE = "ignore"),
...
)
Arguments
formula |
as in |
SE |
A vector of standard errors associated with the response variable. NB! Must have column name "SE" in the data. |
maxiter |
The maximum number of iterations. |
control |
as in |
... |
Further optional arguments, see |
Value
Almer_SE
returns an object of class merMod
.
Author(s)
Geir H. Bolstad
Examples
# See the vignette 'Phylogenetic mixed model'.
[Package evolvability version 2.0.0 Index]