summarize_stats_factors | R Documentation |
compute var sd etc for all factor levels
summarize_stats_factors(pdata, config)
# example code
res2 <- prolfqua::sim_lfq_data_2Factor_config()
xx <- summarize_stats_factors(res2$data, res2$config)
stopifnot(nrow(xx) == 80)
stopifnot( length(unique(xx$interaction)) == (2 + 2 + 2 * 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.