Soiled Airway Tracheal Intubation and the Effectiveness of Decontamination by Paramedics (SATIATED) study
SATIATED is a randomised trial which aims to determine whether paramedic first-pass intubation success of a simulated contaminated airway improves following training in Suction Assisted Laryngoscopy and Airway Decontamination (SALAD).
Yes! I have provided the raw data and created a docker image which will enable you to recreate the environment I used to undertake the analysis. Just follow these steps:
- Install Docker
- Run Docker
- Copy the Dockerfile and place it into an empty folder
- Open a terminal window (or Powershell in Windoze) and change the directory to match the folder that contains the Dockerfile
- Enter the following command:
docker build ./
- This might take a while, but you should end with a comment like Successfully built IMAGEID
- Run the command:
docker run --rm -p 8787:8787 -e PASSWORD=password IMAGEID
where IMAGEID is the IMAGEID value from step 6 - Open a browser window and head to: http://127.0.0.1:8787. Log in with the username: rstudio and password: password, if asked
- In the browser window, you should see an RStudio environment. Open the folder named: r-satiated-master
- Scroll down to find the project file, called r-satiated.Rproj and click it.
- Now find the Session menu option along the top of the page and select Restart R.
- In the top-right hand window, click on the Build tab and then by clicking on the triangle next to the Build Book button, choose the bookdown::pdf_book option.
- Be patient, this might take a minute, but once completed a new window with the rendered PDF should appear.
This study has been funded by a College of Paramedics small research grant. If you are a full member of the College, you are eligible to apply. Visit the Research and Development Advisory Committee page.
ClinicalTrials.gov identifier: NCT03599687
This study could not have been undertaken without the support and participation of paramedics working for Yorkshire Ambulance Service NHS Trust. In addition, the study has been supported by the National Institute for Health Research Clinical Research Network: Yorkshire and Humber. Finally, thanks goes to Dr. Jim DuCanto for his advice and support.