Description Usage Arguments Examples
Title
1 | CondProbInterval2(mlest.out, age, tL, tU)
|
mlest.out |
|
age |
|
tL |
|
tU |
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 | ## Not run:
DeviceN.ld <- frame.to.ld(devicen,
response.column = "months",
censor.column = "event",
case.weight.column = "counts")
DeviceN.mlest.lnorm <- mlest(DeviceN.ld,
dist = "Lognormal")
CondProbInterval2(DeviceN.mlest.lnorm,
age = 1,
tL = 1,
tU = 36)
CondProbInterval2(DeviceN.mlest.lnorm,
age = 2,
tL = 2,
tU = 36)
CondProbInterval2(DeviceN.mlest.lnorm,
age = 1,
tL = 1,
tU = 2)
CondProbInterval2(DeviceN.mlest.lnorm,
age = 2,
tL = 2,
tU = 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.