neonatal_intubation_times_df | R Documentation |
This dataset, neonatal_intubation_times_df, is a data frame containing execution times (in seconds) for specific actions performed by 37 midwife students during a high-fidelity neonatal resuscitation simulation. The simulation was video recorded, and each critical action in the intubation process was tagged for timing analysis.
data(neonatal_intubation_times_df)
A data frame with 37 observations and 7 variables:
Participant ID (integer)
Time to decision to intubate (seconds) (integer)
Time to stop ventilation (seconds) (integer)
Time to insert laryngoscope blade (seconds) (integer)
Time to insert endotracheal tube (seconds) (integer)
Time to remove laryngoscope blade (seconds) (integer)
Time to restart ventilation (seconds) (integer)
The dataset name has been kept as 'neonatal_intubation_times_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package. The suffix 'df' indicates that this is a data frame object. The original content has not been modified in any way.
Data taken from the ViSiElse package version 1.2.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.