View source: R/plot_anova_sst.R
mk_ss_data | R Documentation |
Add line segment representation of residuals using base graphics
mk_ss_data( n_per_group = 30, group_means = c(2, 6, 4), group_sd = 0.5, cols = NULL, pt_alpha = 0.6 )
n_per_group |
how many observations in each group |
group_means |
means for the cells (groups) |
group_sd |
sd for the groups |
cols |
colors for the groups |
pt_alpha |
how transparent shoudl the points be? |
a data.table with columns for TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.