internal.prop.test {simitation} | R Documentation |
Computes the test for proportion for the given binary data.
internal.prop.test(
x,
p = NULL,
alternative = c("two.sided", "less", "greater"),
conf.level = 0.95,
correct = TRUE
)
x |
A binary variable. |
p |
Null hypothesis value for proportion. Default is NULL. |
alternative |
A character string specifying the alternative hypothesis. One of |
conf.level |
A numeric value between 0 and 1 indicating the confidence level for the interval estimate of the proportion. Default is 0.95. |
correct |
A logical indicating if Yates' continuity correction should be applied for the test. Default is TRUE. |
A data frame with test results.