StatCharrms (version 0.90.92)

eventTimeData: Time to event data

Description

An anonymized data set used in the example analysis for time to event data. The data set is used during the call of generateExamples which is called from the [Examples] button in the StatCharrms main window.

Usage

data("eventTimeData")

Arguments

Format

A data frame with 240 observations on the following 4 variables.

Time

Time as a numeric vector

Status

The status variable; 0 for a censored event, 1 for the the measured event.

Trt

The treatment level.

Rep

The replicate variable.

Examples

Run this code
# NOT RUN {
	data(eventTimeData)
	str(eventTimeData)	
# }

Run the code above in your browser using DataCamp Workspace