Description Usage Arguments Examples
Title
1 2 | ## S3 method for class 'dest.degrad.mle.out'
get.sub.model(x, stresses, ...)
|
x |
|
stresses |
|
... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run:
AdhesiveStrength.ddd <- frame.to.ddd(adhesivestrength,
response.column = "pounds",
time.column = "days",
x.columns = "celsius",
data.title = "AdhesiveStrength Strength Data",
time.units = "Days")
AdhesiveStrength.gmle <- dest.degrad.mle(AdhesiveStrength.ddd,
distribution = "normal",
transformation.response = "log",
transformation.x = "arrhenius",
transformation.time = "linear")
get.sub.model.dest.degrad.mle.out(AdhesiveStrength.gmle,c(50,60,70))
# Or more simply
get.sub.model(AdhesiveStrength.gmle,c(50,60,70))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.