resid.probplot: 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
## S3 method for class 'probplot'
resid(
  groupm.list,
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  original.par = T,
  my.title = NULL,
  point.cex = 1.2,
  shape = NULL,
  title.option = GetSMRDDefault("SMRD.TitleOption"),
  grids = 0,
  conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
  band.type = "Simultaneous",
  a.limit = 0.001,
  b.limit = 0.999,
  ...
)

Arguments

groupm.list
xlim
ylim
original.par
my.title
point.cex
shape
title.option
grids
conf.level
band.type
a.limit
b.limit
...

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

ZelenCap.ld <- frame.to.ld(zelencap,
                           response.column = 1,
                           censor.column = 2,
                           case.weight.column = 3,
                           x.columns = c(4, 5),
                           time.units = "Hours")
ZelenCap.groupm.out1 <-
  groupm.mleprobplot(ZelenCap.ld,
                     distribution = "Weibull")

resid.vs.order(ZelenCap.groupm.out1)

resid.vs.fit(ZelenCap.groupm.out1)

resid.vs.explan(ZelenCap.groupm.out1,
                x.to.plot = 1)

resid.vs.explan(ZelenCap.groupm.out1,
                x.to.plot = 2)
                
resid.probplot(ZelenCap.groupm.out1)


## End(Not run)

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