fit_LMM: Fit linear mixed model

Description Usage Arguments

View source: R/fit_LMM.R

Description

Fit linear mixed model

Usage

1
fit_LMM(Y, X, Zs = NULL, Ss = NULL, prefix = NULL, print = FALSE)

Arguments

Y

n by 1 vector

X

n by p matrix

Zs

list of n by i_k matrices. NAMED

Ss

list of n by n matrices, NAMED

prefix

what to append to beginning of messages

print

whether to print information


devoges/fstat documentation built on May 17, 2019, 10 a.m.