Description Usage Arguments Examples
Title
1 | ls2.mle(data.ld, distribution = "weibull", debug1 = F, theta.start = NULL)
|
data.ld |
|
distribution |
|
debug1 |
|
theta.start |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run:
ShockAbsorber.ld <- frame.to.ld(shockabsorber,
response.column = 1,
censor.column = 3,
time.units = "Kilometers")
SA.weibull.gmle <- ls2.mle(ShockAbsorber.ld,
distribution = "Weibull")
BearingCage.ld <- frame.to.ld(bearingcage,
response.column = 1,
censor.column = 2,
case.weight.column = 3,
time.units = "Hours")
summary(BearingCage.ld)
ls2.mle(BearingCage.ld,
distribution ="Weibull",
theta.start = c(9,.4))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.