df_hospitals_ortho {mactivate} | R Documentation |
Orthopedic Device Sales
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
data(df_hospitals_ortho)
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
data(df_hospitals_ortho)
tail(df_hospitals_ortho)
dim(df_hospitals_ortho)
attr(df_hospitals_ortho, "modelvars")