CondProbInterval2: Title

Description Usage Arguments Examples

Description

Title

Usage

1
CondProbInterval2(mlest.out, age, tL, tU)

Arguments

mlest.out
age
tL
tU

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
## 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)

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