Learn R Programming

evolvability (version 2.0.1)

Almer_SE: 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"),
  ...
)

Value

Almer_SE returns an object of class merMod.

Arguments

formula

as in lmer.

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 lmer.

...

Further optional arguments, see Almer.

Author

Geir H. Bolstad

Examples

Run this code
# See the vignette 'Phylogenetic mixed model'.

Run the code above in your browser using DataLab