RealData.ROT {SurvMA} | R Documentation |
RealData.ROT: A simulated dataset based on a pre-specified time-varying coefficients Cox model.
Description
RealData.ROT
Usage
RealData.ROT
Format
An object of class data.frame
with 444 rows and 8 columns.
Examples
# An example of illustrating this dataset can be found in the help page of our
# function \code{SurvMA.Fit()} by typing \code{?SurvMA.Fit()}.
# It was originally extracted from the dataset rotteram in R package survival
# The specific extractions can be done using the following R commands
library(survival)
RealData.ROT <- na.omit(rotterdam[
rotterdam$year %in% c(1992,1993),-c(1,2,5,6,7,12,13)
])
rownames(RealData.ROT) <- NULL
colnames(RealData.ROT)[c(7,8)] <- c("time","delta")
[Package SurvMA version 1.6.8 Index]