QOL: Quality of life

Description Usage Arguments References Examples

View source: R/QOL.R

Description

Under the time series model, determine sample size based on normal approximation.

Usage

1
QOL(alpha, beta, c, epsilon)

Arguments

alpha

significance level

beta

power = 1-beta

c

constant c=0.5

epsilon

a meaningful difference epsilon. If the chosen acceptable limits are (-δ, δ). epsilon=δ-η, η is the measure for detecting an equivalence when the true difference in treatment means is less than a small constant η.

References

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

Examples

1
2
Example.15.4.3<-QOL(0.05,0.1,0.5,0.25)
Example.15.4.3

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