ms: Create a multistate event object

Description Usage Arguments Value

View source: R/functions.R

Description

Create a multistate event object

Usage

1
ms(id, time, status)

Arguments

id

A vector of id variable.

time

A vector of follow-up times.

status

A vector of event type, k if transitioning to state k, 0 if censored and K+1 represents death.

Value

An object of class ms used as an argument for rmtfit.


rmt documentation built on May 25, 2021, 9:06 a.m.