Learn R Programming

ham (version 1.2.0)

infections: Hospital acquired infections (HAI) during 41 months.

Description

Hospital acquired infections (HAI) during 41 months.

Usage

infections

Arguments

Format

infections

An artificial data frame with 41 rows and 3 columns:

Month

Calendar month as an integer, ranging from 1 to 41.

HAI

Count of hospital acquired infections (HAI) within 1 month.

PatientDays

Count of hospital patient days within 1 month (i.e., the sum of days in the hospital for all patients).

...