dest.degrad.mle: Title

Description Usage Arguments Examples

Description

Title

Usage

 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
)

Arguments

data.ddd
distribution
transformation.response
transformation.x
transformation.time
group.var
debug1
theta.start
power

Examples

 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)

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