draw_groupwise_mod: Show residuals from groupwise means

Description Usage Arguments

View source: R/draw_groupwise_mod.R

Description

Makes a specific format of plot that shows groupwise means and the residuals from those means.

Usage

1
draw_groupwise_mod(data = NULL, formula, alpha = 0.2, seed = NULL, ...)

Arguments

data

A data frame containing the data to be used

formula

A formula y ~ gp`` specifying the grouping variable (gp) and the response variable (y) Formulas with a second grouping variable (e.g.y ~ gp1 + gp2') are also accepted.

alpha

Numeric 0 to 1. Level of opaqueness.

seed

Optional integer seed for the random numbers used in jittering. Use if you want reproducibility.


dtkaplan/mdsint documentation built on May 28, 2019, 7:55 p.m.