riskDiffExactPValue | R Documentation |
Obtains the p-value for exact unconditional test of risk difference.
riskDiffExactPValue(
riskDiffH0 = 0,
directionUpper = 1L,
n1 = NA_integer_,
y1 = NA_integer_,
n2 = NA_integer_,
y2 = NA_integer_
)
riskDiffH0 |
The risk difference under the null hypothesis. Defaults to 0. |
directionUpper |
Whether larger values represent better responses. |
n1 |
The sample size for the active treatment group. |
y1 |
The number of responses for the active treatment group. |
n2 |
The sample size for the control group. |
y2 |
The number of responses for the control group. |
A data frame containing the following variables:
riskDiffH0
: The risk difference under the null hypothesis.
directionUpper
: Whether larger values represent better
responses.
riskDiff
: The observed risk difference.
zstat
: The observed value of the Z test statistic.
pvalue
: The one-sided p-value for the unconditional exact test.
pi2star
: The value of pi2 that yields the p-value.
Kaifeng Lu, kaifenglu@gmail.com
riskDiffExactPValue(riskDiffH0 = 0, directionUpper = 1,
n1 = 68, y1 = 2, n2 = 65, y2 = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.