summary.SimDesign: Summary method for SimDesign objects

Description Usage Arguments See Also Examples

View source: R/Methods.R

Description

summary.SimDesign is a default method for summarizing a data.frame of class SimDesign.

Usage

1
2
## S3 method for class 'SimDesign'
summary(object, digits = 3, percent = FALSE, ...)

Arguments

object

A data.frame object, of class SimDesign

digits

Number of digits to display, defaults to 3.

percent

A boolean indicating if results be converted to percentages.

...

Optional arguments not currently utilized.

See Also

SimDisplay

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(Brown1974)
summary(Brown1974)
type1 <- subset(Brown1974, var_ratio == 1)
power <- subset(Brown1974, var_ratio != 1)

summary(type1)
summary(power)

## End(Not run)

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