df_hospitals_ortho: Orthopedic Device Sales

Description Usage Format Details Source References Examples

Description

Sales data of orthopedic device company to client hospitals over almost 2 years. 15 variables, 4703 hospitals. Unit of observation is a unique hospital.

Usage

1

Format

Variables are:

zip: 'character': Postal code.

hid: 'character': Hospital ID.

city: 'character': Hospital city.

state: 'character': Hospital state.

tot_sales: 'numeric': Total sales to hospital.

tot_knee: 'numeric': Number of knee operations.

tot_hip: 'numeric': Number of hip operations.

beds: 'numeric': Number of beds.

rehab_beds: 'numeric': Number of beds dedicated for rehabilitation.

outpatient_visits: 'numeric': Number of outpatient visits.

adm_costs: 'numeric': Administrative costs ($1000's / yr).

revenue_inpatient: 'numeric': Inpatient revenue.

is_teaching: 'numeric': Is teaching hospital?

has_trauma: 'numeric': Has trauma center?

has_rehab: 'numeric': Offers rehabilitation?

Details

This data frame has attribute ‘modelvars’ which gives names of numeric model variables.

Source

Data adapted from ‘c84.dat’ from Statistical Consulting, Javier Cabrera and Andrew McDougall.

References

Statistical Consulting, Javier Cabrera and Andrew McDougall. Springer, Piscataway, NJ, 2002.

Examples

1
2
3
4
5
6
7

mactivate documentation built on Aug. 2, 2021, 5:07 p.m.