Description Usage Arguments Details Value Author(s) References Examples
This function is an LME4 wrapper for dosage analysis.
1 |
dm |
The dm data. Generally a reformatted object from se.DM. |
model |
The model. Expressed using standard LME4 syntax, see vignette. |
... |
passthrough arguments. |
This function is an lme4 wrapper.
Returns LME4 output.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 3 4 | data(hmel.se)
f_se <- quantFilter(se, lo.bound = 0.4, hi.bound = 0.5)
dm <- se.DM(f_se)
glSeq(dm, "-1 + replicate")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.