Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 | do.profile.plot(
gmle.out,
parameter,
original.parameter,
quantile,
failure.probability.at
)
|
gmle.out |
|
parameter |
|
original.parameter |
|
quantile |
|
failure.probability.at |
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 | ## Not run:
BearingCage.ld <- frame.to.ld(bearingcage,
response.column = 1,
censor.column = 2,
case.weight.column = 3,
time.units = "Hours")
summary(BearingCage.ld)
BearingCage.weibull.gmle.out <- ls.mle(BearingCage.ld,
distribution = "Weibull")
names(BearingCage.weibull.gmle.out)
do.profile.plot(BearingCage.weibull.gmle.out,
parameter = "log(scale)")
do.profile.plot(BearingCage.weibull.gmle.out,
original.parameter = "scale")
do.profile.plot(BearingCage.weibull.gmle.out,
quantile = 0.1)
do.profile.plot(BearingCage.weibull.gmle.out,
failure.probability = 5000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.