residual.plots: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
8
9
residual.plots(
  results.out,
  which.plot = "All",
  x.to.plot = NULL,
  my.title = NULL,
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  fvquant = 0.5
)

Arguments

results.out
which.plot
x.to.plot
my.title
xlim
ylim
fvquant

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## 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.out3 <- 
  groupm.mleprobplot(ZelenCap.ld, 
                     distribution = "Lognormal", 
                     relationship = c("linear", "linear"), 
                     formula = Location ~ + g(volts) + g(celsius) + g(volts):g(celsius))

residual.plots(ZelenCap.groupm.out3)


## End(Not run)

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