mc_remle: Efficient REMLE for multi-context LMM

Description Usage Arguments Value

View source: R/mcLMM.R

Description

Efficient REMLE for multi-context LMM

Usage

1
mc_remle(Y, X, force.iter = FALSE, verbose = TRUE)

Arguments

Y

Matrix with individuals as rows and measurements as columns Missing measurements must be NA

X

Matrix with n rows and c columns for n individuals and c covariates.

force.iter

Boolean. If TRUE, force iterative method even when there is no missing data. This is included for testing purposes only. The optimal non-iterative method for no missing data is exact and way faster.

verbose

Boolean. Output logging info.

Value

List of REMLE parameters in slots coef, ve, and vg.


brandonjew/mcLMM documentation built on Dec. 19, 2021, 11:42 a.m.