telecom: GTE Corporation telecommunication systems

Description Format Author(s) References Examples

Description

Failure times (in days) of 125 installed telecommunication systems installed by GTE Corporation.

Format

A data frame with 125 rows and 2 variables:

Author(s)

Fabio N. Demarqui fndemarqui@est.ufmg.br

References

Piecewise Exponential Estimator for the Survival Function. J. S. Kim and F. Proschan. IEEE TRANSACTIONS ON RELIABILITY, VOL. 40, NO. 2, 1991.

Examples

1
2
3
4
5
6
7
library(peppm)
data(telecom)
fit1 <- with(telecom, peppm(time, status, cohesion=1, nburnin=0, nlag=1, npost=100))
fit2 <- with(telecom, peppm(time, status, cohesion=2, nburnin=0, nlag=1, npost=100))
fit3 <- with(telecom, peppm(time, status, cohesion=3, nburnin=0, nlag=1, npost=100))
fit4 <- with(telecom, peppm(time, status, cohesion=4, nburnin=0, nlag=1, npost=100))
# time grid associated with the first line of the matrix U:

peppm documentation built on July 1, 2020, 8:56 p.m.