lmersignal: Linear Mixed Models for signal

Description Usage Arguments Value See Also

Description

This function return a list mixed model fitted using the same design on each column of a matrix response variable. Theta parameters are assume to be smooth.

Usage

1
2
3
lmersignal(formula, data = NULL, REML = TRUE, control = lmerControl(),
  start = NULL, verbose = 0L, subset, weights, na.action, offset,
  contrasts = NULL, devFunOnly = FALSE, ...)

Arguments

formula

a lme4 formula where the response is a matrix.

data

a data frame. See lmer for more details.

REML

a logical that indicate which criterion to optimize. See lmer for more details.

control

Some parameters. See lmerControl or lmer for more details.

start

starting values for the parameters.

verbose

See lmer for more details.

subset

an expression to selecte a subset of the data. See lmer for more details.

weights

an optional vector of weights. See lmer for more details.

na.action

a function that handle NA's. See lmer for more details.

offset

specify a priori component in the predictor. See lmer for more details.

contrasts

a list of coFntrasts. See lmer for more details.

devFunOnly

a logical set by default to FALSE. See lmer for more details.

...

addition arguments. See lmer for more details.

Value

A listofmerMod object which is a list of merMod object.

See Also

lmer.


jaromilfrossard/lme4signal documentation built on May 23, 2019, 8:50 a.m.