#| label = "{{DataName}}.lm"
{{DataName}}.lm = lm({{ResponseName}} ~ {{Factor1Name}}*{{Factor2Name}}, data = {{DataName}})
{{DataName}}.lm |> anova()
#| label = "plot{{DataName}}.lm",
#| fig.cap = "Residual analysis for {{DataName}}.lm"
library(ggfortify)
{{DataName}}.lm |> 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.