analyticSolve: The main function which calculates the analytic solution to...

Description Usage Arguments

View source: R/analyticSolve.R

Description

The main function which calculates the analytic solution to the linear mixed effects model.

Usage

1
2
3
analyticSolve(y, X, Zlist, Zlevels, weights, weightsC = weights, groupID,
  lmeVarDF, analyticJacobian = FALSE, forcebaseQR = FALSE,
  qr_ = qr_0)

Arguments

y

outcome measure.

X

the X matrix.

Zlist,

a list of matrixes with the Z values for each level.

Zlevels,

the level corresponding to each matrix in Zlist.

weights

level-1 weights

weightsC

a list of conditional weights for each model level.

groupID

a matrix containing the group ids for each level in the model.

weights

a list of unconditional weights for each model level.

lmeVardf

a dataframe containing the variances and covariance of the random effects, in the same format as returned from lme.


ClaireKelley/WeMix documentation built on May 21, 2019, 6:46 a.m.