Learn R Programming

intcox (version 0.9.3)

intcox-package: Iterated Convex Minorant Algorithm for interval censored event data

Description

Implementation of ICM-Algorithm by Wei Pan, J. Comp. & Gr. Stat. 78: 109-120, 1999 Algorithm for the Cox proportional hazard model for interval censored data

Arguments

Details

ll{ Package: intcox Type: Package Version: 0.9.3 Date: 2013-02-18 License: GPL-2 }

References

Wei Pan, (1999), Extending the Iterative Convex Minorant Algorithm to the Cox Model for Interval-Censored Data, Journal of Computational & Graphical Statistics, vol. 8, pp. 109-120

See Also

coxph, Surv

Examples

Run this code
data(intcox.example)
intcox(Surv(left,right,type="interval2")~x.1+x.2+x.3+x.4,data=intcox.example)

Run the code above in your browser using DataLab