summary.randomizer: Summary method for the randomizer function

View source: R/randomizer.R

summary.randomizerR Documentation

Summary method for the randomizer function

Description

Summary method for the randomizer function

Usage

## S3 method for class 'randomizer'
summary(object, dec = 3, ...)

Arguments

object

Return value from randomizer

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/design/randomizer.html for an example in Radiant

See Also

randomizer to generate the results

Examples

randomizer(rndnames, "Names", conditions = c("test", "control")) %>% summary()


radiant.design documentation built on Sept. 8, 2023, 5:45 p.m.