Learn R Programming

s20x (version 3.3.0)

drawPlot: Draw row-distribution comparison plots

Description

Draws the plotting side effects used by `rowdistr()` for the selected comparison mode.

Usage

drawPlot(
  crosstablist,
  comp = c("basic", "within", "between"),
  conf.level = 0.95
)

Value

Called for its plotting side effects.

Arguments

crosstablist

prepared row-distribution summaries.

comp

comparison mode, one of `"basic"`, `"within"`, or `"between"`.

conf.level

confidence level used for between-row intervals.