test_that("`plot.see_check_homogeneity()` works", {
m_lm <<- lm(len ~ supp + dose, data = ToothGrowth)
result <- performance::check_homogeneity(m_lm)
expect_s3_class(plot(result), "gg")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.