nullMixedModel: Fits the null model (model without any genotypes) based on...

Description Usage Arguments Details Value Note Author(s)

Description

This function is called by stratLMMTest. It fits an linear mixed model to the trait Y and covariates W based on computed variance components.

Usage

1
nullMixedModel(Y, W, VC, IDs = NULL, group.var = NULL, verbose = TRUE)

Arguments

Y

An n vector of quantitative outcomes.

W

An n by k matrix of k covariates for each of n participants.

VC

Variance components, estimate by estVarComp.

IDs

A vectpr of IDs that should be in the model. Should be a subset of the rownames of W. Will be taken to be W if not provided.

verbose

If TRUE progress will be reported.

Details

Called by stratLMMTest.

Value

A null mixed model list. More details soon.

Note

More details - soon!

Author(s)

Matt Conomos


tamartsi/MetaCor documentation built on May 31, 2019, 2:56 a.m.