Levene's Test

#| label = "GetRStatixPkg"
library(rstatix)
#| label = "{{DataName}}.lt"
{{DataName}}.lt = {{DataName}} |> levene_test({{ResponseName}} ~ {{FactorName}})
{{DataName}}.lt |> kable(caption="Levene's test for homogeneity of variance of {{ResponseName}} grouped by {{FactorName}}.")


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.