simTableplot: Generate a tableplot.

Description Usage Arguments See Also Examples

View source: R/simTablePlot.R

Description

simTableplot takes a SimDesign dataframe object, and returns a tableplot.

Usage

1
simTableplot(dat, design_vars = NULL, main_title = "Tableplot")

Arguments

dat

A data.frame object of class(SimDesign).

design_vars

An optional character vector pertaining to the design variables used to label each row. If omitted, all design variables will be used based upon the design levels attribute of the SimDesign object.

main_title

A character value for the main title of the plot.

See Also

SimDisplay

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
data(Brown1974)
TypeI <- subset(Brown1974, var_ratio == 1)
simTableplot(TypeI)
simTableplot(TypeI,
             design_vars = c("distribution", "sample_size"),
             main_title = "Type I error rates by distribution and sample size.")

## End(Not run)

mattsigal/SimDisplay documentation built on May 21, 2019, 1:25 p.m.