View source: R/just.get.means.cosinor.R
just.get.means.cosinor | R Documentation |
Get the estimated marginal means for the specified factors or factor combinations in a linear model, and transform to non-linear parameters MESOR, amplitude, and acrophase.
just.get.means.cosinor(fit, contrast.frm, ...)
fit |
the lmer object from lmer() |
contrast.frm |
a string formula specifying the names of the predictors over which emmeans are desired. |
... |
other arguments passed on to methods |
f1.a<-lmer(hrv~age+gender+T0toT14+
gender*rrr+gender*sss+
T0toT14*rrr+T0toT14*sss+
(1|participant_id),
data=db.model, na.action = na.omit)
just.get.means.cosinor(fit=f1.a, contrast.frm='~T0toT14')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.