get.ADDT.plan.values: Title

Description Usage Arguments Examples

Description

Title

Usage

 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
get.ADDT.plan.values(
  distribution,
  transformation.x,
  transformation.response,
  transformation.time,
  beta0,
  beta1,
  beta2,
  slope.at,
  sigma,
  beta,
  the.slope,
  time.units = "Time",
  response.units,
  accelvar.units,
  beta0.cr = NULL,
  beta1.cr = NULL,
  beta2.cr = NULL,
  slope.at.cr = NULL,
  sigma.cr = NULL,
  beta.cr = NULL,
  the.slope.cr = NULL,
  power = NULL,
  FailLevel = NULL,
  use.condition = NULL
)

Arguments

distribution
transformation.x
transformation.response
transformation.time
beta0
beta1
beta2
slope.at
sigma
beta
the.slope
time.units
response.units
accelvar.units
beta0.cr
beta1.cr
beta2.cr
slope.at.cr
sigma.cr
beta.cr
the.slope.cr
power
FailLevel
use.condition

Examples

 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
35
36
37
38
39
40
41
42
43
44
## Not run: 

InsulationBrkdwn.ADDTplan <- get.allocation.matrix(list(DegreesC = c(180,225,250,275)),
                                                   times = c(1,2,4,8,16,32,48,64),
                                                   time.units = "Weeks",
                                                   reps = 4)

plot(InsulationBrkdwn.ADDTplan)

InsulationBrkdwn.ADDTpv <- get.ADDT.plan.values(distribution = "normal",
                                                transformation.x = "Arrhenius", 
                                                transformation.Response = "log", 
                                                transformation.time = "linear",
                                                beta0 = 2.58850162033243,
                                                beta1 = -476873415881.376,
                                                beta2 = 1.41806367703643,
                                                sigma = 0.172609,
                                                time.units = "Weeks",
                                                response.units = "Volts", 
                                                FailLevel = 10, 
                                                use.condition = 100)

print(InsulationBrkdwn.ADDTpv)

InsulationBrkdwn.vADDTplan <- hframe.to.vframe(InsulationBrkdwn.ADDTplan)
sum(allocation(InsulationBrkdwn.vADDTplan))

names(InsulationBrkdwn.ADDTpv)

InsulationBrkdwn.plan.sim.out <- sim.ADDT.test.plan(ADDT.test.plan = InsulationBrkdwn.ADDTplan, 
                                                    ADDT.plan.values = InsulationBrkdwn.ADDTpv, 
                                                    number.sim = 5)

ADDT.plot.time.v.x(InsulationBrkdwn.plan.sim.out)

ADDT.plot.Deg.v.Time(InsulationBrkdwn.plan.sim.out)
ADDT.plot.FracFail.v.Time(InsulationBrkdwn.plan.sim.out)

ADDT.vcv(ADDT.plan.values = InsulationBrkdwn.ADDTpv,
         ADDT.test.plan = hframe.to.vframe(InsulationBrkdwn.ADDTplan))



## End(Not run)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.