basic.gmleprobplot: 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
28
29
30
31
32
33
34
35
36
37
38
39
40
basic.gmleprobplot(
  data.ld,
  distribution,
  plot.dist,
  xlab = get.time.units(data.ld),
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  time.range = c(NA, NA),
  conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
  interactive = T,
  original.par = F,
  mle.quantiles = T,
  my.title = NULL,
  type = "y",
  cex = 1,
  cex.points = 1.2,
  cexlab = 1,
  sub.title = "",
  grids = F,
  linear.axes = F,
  slope.axis = F,
  print.table = F,
  title.option = GetSMRDDefault("SMRD.TitleOption"),
  ylab = GetSMRDDefault("SMRD.LabelOnYaxis"),
  trunc.correct = T,
  add = F,
  plot.censored.ticks = F,
  pch = 16,
  lty = c(3, 4, 5, 6, 7),
  lwd = c(2, 2, 2, 2, 2),
  length.time.vec = 100,
  compare.dists = NULL,
  col.ci = 4,
  lwd.ci = 2,
  xxx.mle.out = NULL,
  ciMethod = "normal.approx",
  extrapolate.ci = F,
  band.type = "p",
  ...
)

Arguments

data.ld
distribution
plot.dist
xlab
xlim
ylim
time.range
conf.level
interactive
original.par
mle.quantiles
my.title
type
cex
cex.points
cexlab
sub.title
grids
linear.axes
slope.axis
print.table
title.option
ylab
trunc.correct
add
plot.censored.ticks
pch
lty
lwd
length.time.vec
compare.dists
col.ci
lwd.ci
xxx.mle.out
ciMethod
extrapolate.ci
band.type
...

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

AlloyC.ld <- frame.to.ld(alloyc,
                         response.column = c(1,2),
                         censor.column = 3,
                         case.weight.column = 4,
                         data.title = "Alloy C",
                         time.units = "ksi")

AlloyC.sevgets.gmle.out <- gets.mle(AlloyC.ld, distribution = "sev")

AlloyC.norgets.gmle.out <- gets.mle(AlloyC.ld, distribution = "normal")

basic.gmleprobplot(AlloyC.ld, distribution = "sevgets",
                   xxx.mle.out = AlloyC.sevgets.gmle.out,
                   my.title = "",
                   cexlab = 1.5,
                   plot.dist = "sev")

AlloyC.gets.nor.gmle.out <- gets.mle(AlloyC.ld, distribution = "normal")

basic.gmleprobplot(AlloyC.ld,
                   distribution = "normalgets",
                   xxx.mle.out = AlloyC.norgets.gmle.out, 
                   my.title = "", 
                   cexlab = 1.5,
                   plot.dist = "sev")


## End(Not run)

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