rflm.mle: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
8
9
rflm.mle(
  data.ld,
  cond.dist,
  fl.dist,
  theta.start = NULL,
  tran.theta.start = T,
  debug1 = F,
  ...
)

Arguments

data.ld
cond.dist
fl.dist
theta.start
tran.theta.start
debug1
...

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
## Not run: 

LaminatePanel.ld <- frame.to.ld(laminatepanel,
                                response.column = "kilocycles",
                                time.units = "kilocycles",
                                data.title = "Laminate Panel Fatigue Data",
                                censor.column = "event", 
                                x.column = "mpa")

censored.data.plot(LaminatePanel.ld, 
                   x.axis = "log", 
                   y.axis = "log",
                   response.on.yaxis = F)

censored.data.plot(LaminatePanel.ld)

LaminatePanel.fit11.out <- rflm.mle(LaminatePanel.ld,
                                    cond.dist = "sev", 
                                    fl.dist = "sev")

plot(LaminatePanel.fit11.out,response.on.yaxis = F)

LaminatePanel.fit11f.out <- rflm.mle(LaminatePanel.ld,
                                     cond.dist = "sev", 
                                     fl.dist = "sev",
                                     debug = 1,
                                     fixed.param.list =   
                                     list(fixed.parameters = 3,
                                          fixed.parameter.values = 0.20))

plot(LaminatePanel.fit11f.out,
     response.on.yaxis = F)



## End(Not run)

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