intervals: Interval statistics for use with df_stats()

Description Usage Arguments Examples

Description

Function builders for calculating intervals. These must always be evaluated with the result being handed as a argument to df_stats().

Usage

1
coverage(level = 0.95)

Arguments

level

Number in 0 to 1 specifying the confidence level for the interval. (Default: 0.95)

Examples

1
2
cover <- coverage(0.95)
df_stats(hp ~ cyl, data = mtcars, c95 = cover)

mosaicModel documentation built on May 2, 2019, 7:59 a.m.