analyze | R Documentation |
TAVI data analysis, consinstig of a linear mixed effect modelling approach with cross validation.
analyze( data, frm = as.formula(VAL ~ GRP + DOSE + (1 | VERSUCH/PLATTE/TREATMENT)), frm0 = as.formula(VAL ~ 1 + (1 | VERSUCH/PLATTE/TREATMENT)), ref = "Ko_1", nCores = NULL, trSep = "_" )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.