Description Usage Arguments Examples
Title
1 | f.ADDT.origparam(gamma, model)
|
gamma |
|
model |
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 33 34 | ## Not run:
AdhesiveBondC.ADDTpv <-
get.ADDT.plan.values(distribution = "sev",
transformation.x = c("Arrhenius","Humidity"),
transformation.response = "log",
transformation.time = "Square root",
beta0 = 2.168,
the.slope = -0.00709030595,
slope.at = c(30,50),
beta2 = c(0.6666,.2),
sigma = 0.1807,
time.units = "Weeks",
response.units = "Pounds",
FailLevel = 2,
use.condition = "30;50")
AdhesiveBondC.ADDTplan <-
get.allocation.matrix(list(DegreesC = c(40,50,60),RH = c(20,80)),
times = c(1,2,5,10,20,50),
time.units = "Weeks",
reps = 6)
tmp.pmodel <-
pseudo.model((ADDT.plan.values = AdhesiveBondC.ADDTpv,
ADDT.test.plan = hframe.to.vframe(AdhesiveBondC.ADDTplan))
f.ADDT.stableparam(AdhesiveBondC.ADDTpv$theta.vec,
tmp.pmodel)
f.ADDT.origparam(f.ADDT.stableparam(AdhesiveBondC.ADDTpv$theta.vec, tmp.pmodel), tmp.pmodel)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.