#| label = "{{DataName}}.lme"
library(nlme)
{{DataName}}.lme = lme({{ResponseName}} ~ {{FactorName}}, random=1|{{BlockingName}}, data = {{DataName}})
library(broom)
augment({{DataName}}.lme)
anova({{DataName}}.lme)
#| label = "glance{{DataName}}.lme"
{{DataName}}.lme |> glance() |> kable()
#| label = "plot{{DataName}}.lme",
#| fig.cap = "Residual analysis for {{DataName}}.lme"
library(ggfortify)
autoplot({{DataName}}.lme)


Try the BrailleR package in your browser

Any scripts or data that you put into this service are public.

BrailleR documentation built on July 26, 2023, 5:46 p.m.