Learn R Programming

TrialSize (version 1.4)

Sensitivity.Index: Calculate the power for Sensitivity Index

Description

Ho: \(\mu_1 = \mu_2 \)

Ha: \(\mu_1\) is not equal to \(\mu_2\)

The test is finding the treatment difference in QT interval.

d is not equal to 0, which is the difference of clinically importance.

Usage

Sensitivity.Index(alpha, n, deltaT)

Arguments

alpha

significance level

n

sample size n

deltaT

a measure of change in the signal-to-noise ratio for the population difference, which is the sensitivity index of population difference between regions.

References

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

Examples

Run this code
# NOT RUN {
Example.15.5.1<-Sensitivity.Index(0.05,30,2.92)
Example.15.5.1
# power=0.805

# }

Run the code above in your browser using DataLab