ls2.mle: Title

Description Usage Arguments Examples

Description

Title

Usage

1
ls2.mle(data.ld, distribution = "weibull", debug1 = F, theta.start = NULL)

Arguments

data.ld
distribution
debug1
theta.start

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: 

ShockAbsorber.ld <- frame.to.ld(shockabsorber,
                                response.column = 1, 
                                censor.column = 3,
                                time.units = "Kilometers")
                                
SA.weibull.gmle <- ls2.mle(ShockAbsorber.ld, 
                          distribution = "Weibull")
                          
BearingCage.ld <- frame.to.ld(bearingcage,
                              response.column = 1, 
                              censor.column = 2, 
                              case.weight.column = 3,
                              time.units = "Hours")

summary(BearingCage.ld)

ls2.mle(BearingCage.ld, 
        distribution ="Weibull", 
        theta.start = c(9,.4))

## End(Not run)

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