Description Usage Arguments Value See Also Examples
Return asd quantity
1 | asd.quant(plan.values, n, censor.time, quantile.mark)
|
plan.values |
|
n |
|
censor.time |
|
quantile.mark |
variance
codelinkget.plan.values
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ## Not run:
plan.values3 <- get.plan.values("Weibull",
prob = c(.2,.12),
time = c(1000,500),
time.units = "Hours")
asd.quant(plan.values3,
n = 50,
censor.time = 1000,
quantile.mark = 0.1)
#compare:
asd.quant(plan.values3,
n = 50,
censor.time = 1000,
quantile.mark = 0.1)*sqrt(50)
asd.quant(plan.values3,
n = 500,
censor.time = 1000,
quantile.mark = 0.1)*sqrt(500)
asd.quant(plan.values3,
n = 5000,
censor.time = 1000,
quantile.mark = 0.1)*sqrt(5000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.