ci_ec: Confidence interval using the exact-corrected methodology...

Description Usage Arguments Value References See Also Examples

Description

This is a wrapper function of ci_general

Usage

1
ci_EC(x.T, x.C, N.T, N.C, delta0, alpha = 0.05, tol = 1e-10)

Arguments

x.T

positive integer representing the observed number of responders in the treatment group

x.C

positive integer representing the observed number of responders in the control group

N.T

positive integer representing the sample size in the treatment group

N.C

positive integer representing the sample size in the control group

delta0

numeric between 0 and 1 representing the noninferiority margin

alpha

numeric between 0 and 1 representing the significance level

tol

positive numeric representing the tolerance for convergence

Value

list of length 2 (ci.lower, ci.upper) representing the lower and upper confidence limits

References

\insertRef

Hawila:21EC

See Also

ci_general

Examples

1
2
3
#This examples demonstrates the confidence intervals for the
#Rodary et al. study using the exact-corrected method
ci_EC(x.T=83,x.C=69,N.T=88,N.C=76,delta0=0.1,alpha=0.05)

NourHawila/EC documentation built on Feb. 24, 2022, 8:24 a.m.