coverage {mosaicModel}R Documentation

Interval statistics for use with df_stats()

Description

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

Usage

coverage(level = 0.95)

Arguments

level

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

Examples

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


[Package mosaicModel version 0.3.0 Index]