Learn R Programming

pda (version 1.2.7)

covid: COVID-19 LOS and mortality data

Description

A simulated data set of hospitalization Length of Stay (LOS) and mortality from 6 sites

Usage

covid

Arguments

Format

A data frame with 2100 rows and 6 variables:

site

site id, 600 'site1', 500 'site2', 400 'site3', 300 'site4', 200 'site5', 100 'site6'

age

continuous age in year, min 3 max 97

sex

2 categories, '1' for male and '0' for female

lab

lab test results, continuous value ranging from 2.3 to 97.4

los

LOS in days, ranging from 1 to 29

death

mortality status, '1' for death and '0' for alive.