b4state {survivalREC} | R Documentation |
b4state
Description
b4state data set.
Usage
data("b4state")
Format
A data frame with 85 observations on the following 6 variables. Below a brief description is given for each of these variables.
- time1
First time or censoring time.
- time2
Second time.
- time
The total time of the process
- event1
Indicator of the first time; 0 if the first time is censored and 1 otherwise.
- event2
Indicator of the second time; 0 if the first time is censored and 1 otherwise.
- status
Censoring indicator of the survival time of the process; 0 if the total time is censored and 1 otherwise.
Examples
data(b4state)
## maybe str(b4state) ; plot(b4state) ...
[Package survivalREC version 1.1 Index]