Vaccine.RDI: Reduction in Disease Incidence(RDI) for Vaccine clinical...

Description Usage Arguments References Examples

View source: R/Vaccine.RDI.R

Description

The test is to find whether the vaccine can prevent the disease or reduce the incidence of the disease in the target population. Usually use prospective, randomized, placebo-controlled trials.

Usage

1
Vaccine.RDI(alpha, d, pt, pc)

Arguments

alpha

significance level

d

the half length of the confidence interval of pt/pc

pt

the true disease incidence rates of the nt vaccines

pc

the true disease incidence rates of the nc controls

References

Chow SC, Shao J, Wang H. Sample Size Calculation in Clinical Research. New York: Marcel Dekker, 2003

Examples

1
2
3
Example.15.6.1<-Vaccine.RDI(0.05,0.2,0.01,0.02)
Example.15.6.1
# 14214

TrialSize documentation built on July 8, 2020, 7:19 p.m.