Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
groupm.list |
|
original.par |
|
cex |
|
my.title |
|
grids |
|
xlim |
|
ylim |
|
x.axis |
|
x.to.plot |
|
cex.points |
|
... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.