Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

los.data

Length of hospital stay


Description

The los.data data frame has 756 rows, one row for each patient, and 7 columns.

Usage

data(los.data)

Format

A data frame with the following columns:

adm.id

admision id of the patient

j.01

observed time for jump from 0 (initial state) to 1 (intermediate state)

j.02

observed time for jump from 0 to 2 (discharge)

j.03

observed time for jump from 0 to 3 (death)

j.12

observed time for jump from 1 to 2

j.13

observed time for jump from 1 to 3

cens

censoring time (either in initial or intermediate state)

Examples

data(los.data)
my.data <- prepare.los.data(los.data)

etm

Empirical Transition Matrix

v1.1.1
MIT + file LICENSE
Authors
Mark Clements [aut, cre], Arthur Allignol [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.