Skip to contents

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.

Usage

data(neonatal_intubation_times_df)

Format

A data frame with 37 observations and 7 variables:

id

Participant ID (integer)

deci_intub

Time to decision to intubate (seconds) (integer)

stop_ventil

Time to stop ventilation (seconds) (integer)

blade_in

Time to insert laryngoscope blade (seconds) (integer)

insert_tube

Time to insert endotracheal tube (seconds) (integer)

blade_out

Time to remove laryngoscope blade (seconds) (integer)

restart_ventil

Time to restart ventilation (seconds) (integer)

Source

Data taken from the ViSiElse package version 1.2.2

Details

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.