Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
frame |
|
response.column |
|
time.column |
|
unit.column |
|
group.column |
|
response.units |
|
unit.name |
|
data.title |
|
time.units |
|
x.columns |
|
xlabel |
|
data.note |
|
skip |
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 28 29 30 31 32 | ## Not run:
GaAsLaser.rmd <-
frame.to.rmd(gaaslaser,
response.column = 1,
unit.column = 2,
time.column = 3,
response.units = "Increase in Operating Current (%)")
summary(GaAsLaser.rmd)
plot(GaAsLaser.rmd)
trellis.plot(GaAsLaser.rmd, order.groups = T)
trellis.plot(GaAsLaser.rmd, order.groups = F)
# Convert to a \code{life.data} object
GaAsLaser.ld <- rmd.to.ld(GaAsLaser.rmd,
fail.level = 10,
x.axis = "sqrt")
plot.rmd.residual(GaAsLaser.ld)
GaAsLaser.ld <- rmd.to.ld(GaAsLaser.rmd,
fail.level = 10)
plot.rmd.residual(GaAsLaser.ld)
summary(GaAsLaser.ld)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.