get.sub.model.dest.degrad.mle.out: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
## S3 method for class 'dest.degrad.mle.out'
get.sub.model(x, stresses, ...)

Arguments

x
stresses
...

Examples

 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)

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