Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 | dest.degrad.mle(
data.ddd,
distribution,
transformation.response,
transformation.x,
transformation.time,
group.var = 1:ncol(xmat(data.ddd)),
debug1 = map.SMRDDebugLevel() >= 4,
theta.start = NULL,
power = NULL
)
|
data.ddd |
|
distribution |
|
transformation.response |
|
transformation.x |
|
transformation.time |
|
group.var |
|
debug1 |
|
theta.start |
|
power |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## 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))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.