timereg (version 2.0.5)

Event: Event history object

Description

Constructur for Event History objects

Usage

Event(time, time2 = TRUE, cause = NULL, cens.code = 0, ...)

Value

Object of class Event (a matrix)

Arguments

time

Time

time2

Time 2

cause

Cause

cens.code

Censoring code (default 0)

...

Additional arguments

Author

Klaus K. Holst and Thomas Scheike

Details

... content for details

Examples

Run this code

	t1 <- 1:10
	t2 <- t1+runif(10)
	ca <- rbinom(10,2,0.4)
	(x <- Event(t1,t2,ca))

Run the code above in your browser using DataLab