mlehazplot: Title

Description Usage Arguments Examples

Description

Title

Usage

 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
mlehazplot(
  data.ld,
  distribution,
  gamthr = 0,
  xlab = get.time.units(data.ld),
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  time.vec = NULL,
  conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
  my.title = NULL,
  cex = 1,
  sub.title = NULL,
  yaxis.line = 8,
  x.axis = "linear",
  y.axis = "linear",
  ylab = NULL,
  fits = F,
  grids = F,
  theta.start = c(NA, NA),
  parameter.fixed = NULL,
  title.option = GetSMRDDefault("SMRD.TitleOption"),
  print.parameters = T,
  band.type = "p",
  plotem = T,
  param.loc = "bottomright",
  ...
)

Arguments

data.ld
distribution
gamthr
xlab
xlim
ylim
time.vec
conf.level
my.title
cex
sub.title
yaxis.line
x.axis
y.axis
ylab
fits
grids
theta.start
parameter.fixed
title.option
print.parameters
band.type
plotem
param.loc
...

Examples

 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
## Not run: 

ShockAbsorber.ld <- frame.to.ld(shockabsorber,
                                response.column = 1, 
                                censor.column = 3,
                                time.units = "Kilometers")

mlehazplot(ShockAbsorber.ld, 
           distribution = "Weibull", 
           param.loc = "topleft")

mlehazplot(ShockAbsorber.ld, 
           distribution = "Frechet")


mlehazplot(ShockAbsorber.ld, 
           distribution = "Lognormal")


mlehazplot(ShockAbsorber.ld, 
           distribution = "Lognormal",
           xlim = c(5000,500000), 
           y.axis = "log")


mlehazplot(ShockAbsorber.ld, 
           distribution = "Weibull",
           time.vec = c(10000,20000,30000))

mlehazplot(ShockAbsorber.ld, 
           distribution = "Weibull",
           time.vec = c(10000,20000,30000),
           parameter.fixed = c(F,T),
           theta.start = c(9.,2))

## End(Not run)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.