mk_ss_data: Create simulated confidence intervals

View source: R/plot_anova_sst.R

mk_ss_dataR Documentation

Create simulated confidence intervals

Description

Add line segment representation of residuals using base graphics

Usage

mk_ss_data(
  n_per_group = 30,
  group_means = c(2, 6, 4),
  group_sd = 0.5,
  cols = NULL,
  pt_alpha = 0.6
)

Arguments

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?

Value

a data.table with columns for TODO


michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.