Nothing
test_that("get_statistic", {
skip_if(getRversion() < "4.5.0")
data(penguins)
fit <- aov(
formula = body_mass ~ species,
data = penguins
)
out <- get_statistic(fit)
expect_equal(out$Statistic, 343.62628, tolerance = 1e-4)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.