Learn R Programming

radiant.basics (version 1.6.0)

summary.single_prop: Summary method for the single_prop function

Description

Summary method for the single_prop function

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab