context("calc_ss_effect")
# ANOVA ------------------------------------------------------------------------
test_that("calc_ss_effect", {
# 3.ed edition necessary for expect_snapshot
testthat::local_edition(3)
set.seed(333)
seq_anova_arguments <- build_prototype_seq_anova_arguments()
seq_anova_arguments@data <-
calc_group_means(
seq_anova_arguments
)
expect_snapshot(
show(
calc_ss_effect(seq_anova_arguments)
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.