summary.single_prop: Summary method for the single_prop function

View source: R/single_prop.R

summary.single_propR Documentation

Summary method for the single_prop function

Description

Summary method for the single_prop function

Usage

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

Arguments

object

Return value from single_prop

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

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

See Also

single_prop to generate the results

plot.single_prop to plot the results

Examples

result <- single_prop(titanic, "survived", lev = "Yes", comp_value = 0.5, alternative = "less")
summary(result)


radiant.basics documentation built on Sept. 8, 2023, 5:47 p.m.