some work...
# remove samples 4 and 5 that may have
# been compromised due to the monsters
%>%
chemistry_data ::filter(!sampleID %in% c(4,5))
dplyr
...more work
“The climate scientists at the centre of a media storm over leaked emails were yesterday cleared of accusations that they fudged their results and silenced critics, but a review found they had failed to be open enough about their work.”1
“Basically, if the thought of redoing your analyses is terrifying then you are doing it wrong.” — J. Bryan
Lowndes, J., Best, B., Scarborough, C. et al. Our path to better science in less time using open data science tools. Nat Ecol Evol 1, 0160 (2017)
…do all of these programmatically
consider, we want to remove samples that we feel may have been compromised…
Lowndes, J., Best, B., Scarborough, C. et al. Our path to better science in less time using open data science tools. Nat Ecol Evol 1, 0160 (2017)
Lowndes, J., Best, B., Scarborough, C. et al. Our path to better science in less time using open data science tools. Nat Ecol Evol 1, 0160 (2017)
Open an intro to ANY statistics textbook and you will find that statistics (analysis, plotting - anything, really) starts once you have tidy data. Dr. Dianne Cook
If I could go back to my grad student self and tell her one thing, it would be: have a system to organize your files, data, and project notes. You’re thinking a lot about how to generate data, and what those data mean in the broader body of literature, but this is as important. Dr. Jacquelyn Gill
comprehensive map of all countries in the world that use MMDDYYYY format
A recent study aiming to run 2,000 project’s worth of R code found that 74% of the associated R files failed to complete without error (Trisovic et al. 2022)1. Many of those errors involve coding practices that hinder reproducibility but are easily preventable by the original code authors.
work with your mentor to determine the best way to publish your data and code
PLAN
GENERATE
PROCESS
SHARE