Learn R Programming

radiant (version 0.1.95)

summary.single_prop: Summary method for the single_prop function

Description

Summary method for the single_prop function

Usage

"summary"(object, ...)

Arguments

object
Return value from single_prop
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/quant/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("diamonds","clarity", sp_levels = "IF", sp_comp_value = 0.05)
summary(result)

Run the code above in your browser using DataLab