lmm | R Documentation |
Comput the linear mixed model (lmm) statistics for a PDX batch
lmm(data)
data |
a data.frame containg a batch data |
The input data.frame (data) must contain these columns: model.id, volume, time, exp.type
Returns a fit object
data(repdx)
data <- getExperiment(repdx, batch = "P1")$model
lmm(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.