Description Usage Arguments Examples
Title
1 | small.interval(data.ld, delta = 1e-05, tlog = T)
|
data.ld |
|
delta |
|
tlog |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.