small.interval: Title

Description Usage Arguments Examples

Description

Title

Usage

1
small.interval(data.ld, delta = 1e-05, tlog = T)

Arguments

data.ld
delta
tlog

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 

Fan.ld <- frame.to.ld(fan,
                      response.column = 1, 
                      censor.column = 2, 
                      case.weight.column = 3,
                      time.units = "Hours")
                    
gets.mle(small.interval(Fan.ld, delta = 0.01),
         distribution = "sev")

gets.mle(small.interval(Fan.ld, delta = 0.01),
         distribution = "normal")


## End(Not run)

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