test_that("output from pure error anova is as expected", {
model <- lm(mpg ~ disp, data = mtcars)
expect_snapshot(ols_pure_error_anova(model))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.