Aliases: leveneTest_tidiers tidy.leveneTest
Keywords:
### ** Examples # feel free to ignore the following line—it allows {broom} to supply # examples without requiring the model-supplying package to be installed. if (requireNamespace("car", quietly = TRUE)) { # load libraries for models and data library(car) data(Moore) lt <- with(Moore, leveneTest(conformity, fcategory)) tidy(lt) glance(lt) }
Warning: Data frame tidiers are deprecated and will be removed in an upcoming release of broom.
# A tibble: 1 × 4 nrow ncol complete.obs na.fraction <int> <int> <int> <dbl> 1 2 3 1 0.333