Description Usage Arguments Examples
Title
1 | CondProbInterval(mu, sigma, distribution, age, tL, tU)
|
mu |
|
sigma |
|
distribution |
|
age |
|
tL |
|
tU |
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 31 32 33 34 35 | ## Not run:
BearingCage.ld <- frame.to.ld(bearingcage,
response.column = 1,
censor.column = 2,
case.weight.column = 3)
BearingCage.mlest.weib <- mlest(BearingCage.ld,
dist = "Weibull")
CondProbInterval2(BearingCage.mlest.weib,
age = 50,
tL = 50,
tU = 350)
CondProbInterval2(BearingCage.mlest.weib,
age = 150,
tL = 150,
tU = 450)
# Table 12.1 from Meeker and Escobar (1998)
PredictTable(BearingCage.mlest.weib,
FtimeStart = 0,
FtimeEnd = 300)
CondProbInterval(mu = 3.7393,
sigma = 0.7639,
distribution = "lognormal",
age = 1,
tL = 1,
tU = 36)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.