Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 | design.plot(
data.ld,
x.cols = c(1, 2),
xlab = get.x.columns(data.ld)[x.cols[1]],
ylab = get.x.columns(data.ld)[x.cols[2]],
pch = 16,
cex = 1.5
)
|
data.ld |
|
x.cols |
|
xlab |
|
ylab |
|
pch |
|
cex |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
Tantalum.ld <- frame.to.ld(tantalum,
response.column = 1,
censor.column = 2,
case.weight.column = 3,
x.column = c(4, 5),
data.title = "Tantalum Capacitor Data",
time.units = "Hours",
xlabel = c("Volts","DegreesC"))
summary(Tantalum.ld)
design.plot(Tantalum.ld)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.