hospital_prepared {FEprovideR} | R Documentation |
Prepared version of simulated readmissions data for 500 hospitals
Description
A data set containing simulated and processed readmissions data for 500 hospitals with
three continuous covariates. This is the form of the data needed to use fe.prov
.
Usage
hospital_prepared
Format
A data.frame
with 24438 rows and 8 variables (columns):
- Y
Indicator for readmission; 1=Yes, 0=No; numeric
- prov.ID
Provider ID; numeric
- z1
Simulated covariate 1, numeric
- z2
Simulated covariate 2, numeric
- z3
Simulated covariate 3, numeric
- included
variable 'included' as an indicator
- no.readm
providers with no readmission within 30 days
- all.readm
providers with all readmissions within 30 days
[Package FEprovideR version 1.1 Index]