Learn R Programming

Rgbp (version 1.1.4)

hospital: Thirty-one Hospital Data

Description

Medical profiling evaluation of 31 New York hospitals in 1992. We are to consider these as Normally-distributed indices of successful outcome rates for patients at these 31 hospitals following Coronary Artery Bypass Graft (CABG) surgeries. The indices are centered so that the New York statewide average outcome over all hospitals lies near 0. Larger estimates of y indicate hospitals that performed better for these surgeries.

Usage

data(hospital)

Arguments

Format

A dataset of 31 hospitals comprises of:

y

values obtained through a variance stabilizing transformation of the unbiased death rate estimates, d / n, assuming Binomial data. Details in the reference.

se

approximated standard error of y.

d

the number of deaths within a month of CABG surgeries in each hospital

n

total number of patients receiving CABG surgeries (case load) in each hospital

Examples

Run this code
# NOT RUN {
  data(hospital)
# }

Run the code above in your browser using DataLab