Almer_SE: Linear mixed model for response variables with uncertainty

View source: R/Almer.R

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

Value

Almer_SE returns an object of class merMod.

Author(s)

Geir H. Bolstad

Examples

# See the vignette 'Phylogenetic mixed model'.

GHBolstad/evolvability documentation built on Feb. 12, 2023, 5:06 a.m.