Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 |
grid.list |
|
which |
|
lty |
|
col |
|
do.legend |
|
do.list |
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 | ## Not run:
Snubber.ld <- frame.to.ld(snubber,
response.column = "cycles",
censor.column = "event",
time.units = "Cycles",
case.weight.column = "count",
x.columns = "design")
event.plot(Snubber.ld)
summary(Snubber.ld)
Snubber.groupi.nor.out <- groupi.mleprobplot(Snubber.ld,"normal")
tmpxx <- groupi.contour(Snubber.ld,
"Weibull",
the.quantile = 0.1)
tmpxx <- groupi.contour(Snubber.ld,
"lognormal",
the.quantile = 0.1)
multiple.profile.plot(tmpxx, which = "x")
multiple.profile.plot(tmpxx, which = "y")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.