yoon {cdfquantreg} | R Documentation |
Patient Time Data
Description
Data from Modeling Proportion of Patient Time in Emergency Ward Stages
Usage
yoon
Format
A data frame with 1170 rows and 11 variables:
- id
case identification
- Day
day of the week ( 0 = Sunday)
- Ambulance
0 = walk-in; 1 = ambulance-arrival
- Triage
triage level
- Triage1
1 = triage level 1
- Triage2
1 = triage level 2
- Triage3
1 = triage level 3
- Triage4
1 = triage level 4
- Triage5
1 = triage level 5
- Lab
1 = laboratory test(s) conducted
- Xray
1 = x-ray conducted
- Other
1 = other intervention
- LOS
length of stay in minutes
- LOSh
length of stay in hours
- preg
proportion of time in registration stage
- ptriage
proportion of time in triage stage
- pnurse
proportion of time in nursing care stage
- pphysician
proportion of time in consultation with physician(s)
- pdecis
proportion of time in decisional stage
- pregptriage
preg + ptriage
- pphysdecis
pphysician + pdecis
- prnurse
pnurse/(pnurse + pregptriage)
- prphysdec
pphysdecis /(pphysdecis + pregptriage)
Source
[Package cdfquantreg version 1.3.1-2 Index]