data.creation.reg {p3state.msm}R Documentation

Regression Dataset

Description

Returns the input data in a different format. Provides the adequate dataset for implementing regression models.

Usage

data.creation.reg(data)

Arguments

data A data.frame with at least 5 variables: times1 (time of the intermediate event/censoring time), delta (indicator of transition to the intermediate event), times2 (time to the final event/censoring time), time (times1 + times2) and status (censoring indicator: "dead"=1,"alive"=0). The remaining variables in the data.frame are left for the covariates.

Value

A data.frame in a counting process format.

Author(s)

Luis Felipe Meira-Machado and Javier Roca-Pardinas


[Package p3state.msm version 1.1 Index]