Skip to contents

For use in hospitals() subgroup argument

Usage

subgroups(
  acute = NULL,
  drug = NULL,
  child = NULL,
  general = NULL,
  long = NULL,
  short = NULL,
  psych = NULL,
  rehab = NULL,
  swing = NULL,
  psych_unit = NULL,
  rehab_unit = NULL,
  specialty = NULL,
  other = NULL
)

Arguments

acute

<lgl> Acute Care

drug

<lgl> Alcohol/Drug Treatment

child

<lgl> Children's Hospital

general

<lgl> General Hospital

long

<lgl> Long-Term Care

short

<lgl> Short-Term Care

psych

<lgl> Psychiatric

rehab

<lgl> Rehabilitation

swing

<lgl> Swing-Bed Approved

psych_unit

<lgl> Psychiatric Unit

rehab_unit

<lgl> Rehabilitation Unit

specialty

<lgl> Specialty Hospital

other

<lgl> Unlisted on CMS form

Value

A <subgroups> object

Examples

if (FALSE) {
subgroups(acute = TRUE, rehab = TRUE)
}