Learn R Programming

psbcGroup (version 1.7)

survData: A simulated survival dataset.

Description

Univariate survival data.

Usage

data(survData)

Arguments

Format

a data frame with 2000 observations on the following 4 variables.

time

the time to event

event

the censoring indicators for the event time; 1=event observed, 0=censored

cluster

cluster numbers

cov1

the first column of covariate matrix x

cov2

the second column of covariate matrix x

Examples

Run this code
data(survData)

Run the code above in your browser using DataLab