#| label = "GetEMMEansPkg"
library(emmeans)
#| label = "{{DataName}}.lm.emmeans"
emmeans({{DataName}}.lm, "{{FactorName}}") |> kable(caption="Estimated marginal means for {{ResponseName}}, grouped by {{FactorName}}.")
#| label = "{{DataName}}.lm.emmeansPlotted",
#| fig.cap = "plot of confidence intervals for estimated marginal means
#| for {{ResponseName}} grouped by {{FactorName}}."
emmeans({{DataName}}.lm, "{{FactorName}}") |> plot()


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.