Teste de variancias (F, Bartlett, Levene, Fligner-Killeen)
Source:R/inferencia.R
rnp_teste_variancias.RdTeste de variancias (F, Bartlett, Levene, Fligner-Killeen)
Usage
rnp_teste_variancias(
x,
g = NULL,
method = c("bartlett", "levene", "fligner", "f"),
digits = 4L
)Examples
rnp_teste_variancias(mtcars$mpg, as.factor(mtcars$cyl), method = "bartlett")
#> # A tibble: 1 × 5
#> estatistica gl1 gl2 p_valor metodo
#> <dbl> <dbl> <int> <dbl> <chr>
#> 1 8.39 2 NA 0.015 bartlett