lmm: linear mixed model

Description Usage Arguments Details Value Examples

View source: R/lmm.R

Description

Comput the linear mixed model (lmm) statistics for a PDX batch

Usage

1

Arguments

data

a data.frame containg a batch data

Details

The input data.frame (data) must contain these columns: model.id, volume, time, exp.type

Value

Returns a fit object

Examples

1
2
3
data(repdx)
data <- getExperiment(repdx, batch = "P1")$model
lmm(data)

Xeva documentation built on Nov. 8, 2020, 5:56 p.m.