Description Usage Arguments Examples
Title
| 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 | mleprobplot(
  data.ld,
  distribution,
  gamthr = 0,
  xlab = NULL,
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  time.range = c(NA, NA),
  conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
  my.title = NULL,
  cex = 1,
  cex.labs = 1.1,
  cex.axis = 1.1,
  sub.title = NULL,
  grids = F,
  linear.axes = F,
  slope.axis = F,
  title.option = GetSMRDDefault("SMRD.TitleOption"),
  ylab = GetSMRDDefault("SMRD.LabelOnYaxis"),
  trunc.correct = T,
  add = F,
  cex.points = 1.2,
  theta.start = c(NA, NA),
  parameter.fixed = NULL,
  plot.censored.ticks = F,
  pch = 16,
  print.parameters = T,
  band.type = "p",
  debug1 = F,
  lwd.ci = 3,
  lwd.fhat = 2,
  band.method = GetSMRDDefault("SMRD.ConfidenceBandMethod"),
  mono.tran = T,
  title.line.adj,
  param.loc = "bottomright",
  ...
)
 | 
| data.ld | |
| distribution | |
| gamthr | |
| xlab | |
| xlim | |
| ylim | |
| time.range | |
| conf.level | |
| my.title | |
| cex | |
| cex.labs | |
| cex.axis | |
| sub.title | |
| grids | |
| linear.axes | |
| slope.axis | |
| title.option | |
| ylab | |
| trunc.correct | |
| add | |
| cex.points | |
| theta.start | |
| parameter.fixed | |
| plot.censored.ticks | |
| pch | |
| print.parameters | |
| band.type | |
| debug1 | |
| lwd.ci | |
| lwd.fhat | |
| band.method | |
| mono.tran | |
| title.line.adj | |
| param.loc | |
| ... | 
| 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.