a_proportion_ci_logical {junco} | R Documentation |
Formatted Analysis Function For Proportion Confidence Interval for Logical
Description
Formatted Analysis Function For Proportion Confidence Interval for Logical
Usage
a_proportion_ci_logical(x, .alt_df, conf_level, method, formats)
Arguments
x |
( |
.alt_df |
( |
conf_level |
( |
method |
( |
formats |
( |
Value
The rtables::rcell()
result.
Examples
a_proportion_ci_logical(
x = DM$SEX == "F",
.alt_df = DM,
conf_level = 0.95,
formats = list(prop_ci = jjcsformat_xx("xx.xx% - xx.xx%")),
method = "wald"
)
[Package junco version 0.1.1 Index]