Almer_SE: Linear mixed model for response variables with uncertainty

Description Usage Arguments Value Author(s) Examples

View source: R/Almer.R

Description

Almer_SE Linear mixed model for response variables with uncertainty

Usage

1
2
3
4
5
6
7
8
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

1
# See the vignette 'Phylogenetic mixed model'.

evolvability documentation built on Dec. 11, 2021, 9:34 a.m.