intubation {ViSiElse} | R Documentation |
Intubation time data from a simulation of a neonatal resuscitation
Description
Time data from a high-fidelity simulation experiment of a neonatal resuscitation with 37 midwife students. The simulation was video recorded and actions required in the intubation process were tagged. This dataset is the execution time (in seconds) of each action performed by the students.
Usage
data(intubation)
Format
A data frame with 37 rows and 7 variables:
- id
Midwife students ID.
- deci_intub
Time (in s) when the student decides to intubate the newborn.
- stop_ventil
Time (in s) when the student stops the mask ventilation of the newborn.
- blade_in
Time (in s) when the student inserts the laryngoscope blade in the newborn mouth.
- insert_tube
Time (in s) when the student inserts the endotracheal tube.
- blade_out
Time (in s) when the student removes the laryngoscope blade out of the newborn mouth.
- restart_ventil
Time (in s) when the student restarts to ventilate the newborn through the tube.
References
Garnier EM, Fouret N, Descoins M (2019) ViSiElse: An innovative R-package to visualize raw behavioral data over time. PeerJ Preprints 10.7287/peerj.preprints.27665v2 ([PeerJ](https://doi.org/10.7287/peerj.preprints.27665v2))
Examples
data(intubation)
head(intubation)