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


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.