Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 | asym.sample.size(
plan.values,
quantile.of.interest,
Rvalue = NULL,
HalfWidth = NULL,
censor.time,
fraction.failing,
conf.level = 0.95
)
|
plan.values |
|
quantile.of.interest |
|
Rvalue |
|
HalfWidth |
|
censor.time |
|
fraction.failing |
|
conf.level |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## Not run:
plan.values3 <- get.plan.values("Weibull",
prob = c(.2,.12),
time = c(1000,500),
time.units = "Hours")
asym.sample.size(plan.values3,
censor.time = 500,
Rvalue = 1.5,
quantile.of.interest = 0.1)
asym.sample.size(plan.values3,
fraction.failing = 0.1,
Rvalue = 1.5,
quantile.of.interest = 0.1)
asym.sample.size(bulb.plan.values1,
fraction.failing = 0.1,
HalfWidth = 50,
quantile.of.interest = 0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.