analyzeNLME | R Documentation |
TAVI data analysis, consinstig of a linear mixed effect modelling approach with cross validation.
analyzeNLME( data, rand = as.formula(1 | VERSUCH/PLATTE/TREATMENT), frm = as.formula(VAL ~ GRP + DOSE), frm0 = as.formula(VAL ~ 1), ref = "Ko_1", nCores = NULL, trSep = "_", level = NULL )
data |
data.frame as obtained by the aggregateByWell() or zTransform() functions |
frm |
Formula to use with lme4::lmer |
frm0 |
Null-model formula |
ref |
Reference level of the GRP variable |
level |
level used in predict() fit an nlme object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.