lmm: linear mixed model

View source: R/lmm.R

lmmR Documentation

linear mixed model

Description

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

Usage

lmm(data)

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

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


bhklab/Xeva documentation built on Nov. 30, 2024, 3:17 a.m.