Learn R Programming

ham (version 1.0.0)

hosprog: Patient hospital program/intervention data

Description

Patient hospital program/intervention data

Usage

hosprog

Arguments

Format

hosprog

An artificial data frame with 720 rows and 10 columns:

survey

Patient satisfaction survey mean score.

los

Hospital length of stay (los)

cost

Hospital stay cost

rdm30

Patient readmission within 30 days of discharge

death30

Patient death within 30 days of discharge

female

Patient sex, 1 indicates female, 0 otherwise

age

Patient age

risk

Patient health risk score ranging from 0 to 1

month

12 month indicator (1 to 12)

program

Indicates patient program participation. 1='yes', 0='no'

...