Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 |
data.ld |
|
modes |
|
prefix |
|
allow.poor.data |
|
do.assign |
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 36 37 | ## Not run:
ShockAbsorber.ld <- frame.to.ld(shockabsorber,
response.column = 1,
failure.mode.column = 2,
censor.column = 3,
time.units = "Kilometers")
summary(ShockAbsorber.ld)
event.plot(ShockAbsorber.ld)
# Split out by failure mode
mleprobplot(ShockAbsorber.ld,
distribution = "Weibull")
mfmi.mleprobplot(ShockAbsorber.ld,
distribution = "Weibull")
mfmc.mleprobplot(ShockAbsorber.ld,
distribution = "Weibull")
ShockAbsorber.mfld <- mfm.to.ld(ShockAbsorber.ld)
multiple.mleprobplot(ShockAbsorber.mfld,
data.ld.name="xx",
xlab="yy",
distribution="Weibull")
mleprobplot(ShockAbsorber.Mode1.ld,
distribution = "Weibull")
mleprobplot(ShockAbsorber.Mode2.ld,
distribution = "Weibull")
get.time.vector(ShockAbsorber.Mode2.ld)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.