layout | title |
---|---|
page |
Resources |
-
Software Carpentry. http://software-carpentry.org
-
Data Carpentry. http://www.datacarpentry.org/
-
Why are your files and directories a mess? https://www.theverge.com/22684730/students-file-folder-directory-structure-education-gen-z
-
Getting your project files in order, Hao Ye's Notes on Data Organization in Spreadsheets and R. https://uf-repro.github.io/data-organization/notes.html
-
Naming Things - by Jenny Bryan http://www2.stat.duke.edu/~rcs46/lectures_2015/01-markdown-git/slides/naming-slides/naming-slides.pdf
-
Wilson, G. et al. 2014. Best Practices for Scientific Computing. PLoS Biol 12(1): e1001745. doi:10.1371/journal.pbio.1001745. URL: http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745
-
White, E.P. et al. 2013. Nine simple ways to make it easier to (re)use your data. Ideas in Ecology and Evolution. 6(2): 1-10. URL: http://library.queensu.ca/ojs/index.php/IEE/article/view/4608
-
Ram, K. 2013. Git can facilitate greater reproducibility and increased transparency in science. Source Code for Biology and Medicine. 8:7. doi:10.1186/1751-0473-8-7 URL: http://www.scfbm.org/content/8/1/7
-
A data science blog greared towards beginneers with a mixture of R and python content http://www.dataschool.io/
- Jack Weiss's courses on statistics for ecologists and environmental scientists
- Code to accompany A primer of ecological statistics (Gotelli and Ellison 2012)
- Datasets to accompany The R book (Jones et al. 2022)
- Introduction to Data Exploration and Analysis with R by Michael Mahoney
- free ebook https://bookdown.org/mikemahoney218/IDEAR/
- Basic statistics using R https://bookdown.org/mikemahoney218/IDEAR/basic-statistics-using-r.html
- free ebook https://bookdown.org/mikemahoney218/IDEAR/
- Topics in R Statistical Language (Penn State Open Edu)
- Jason Fridley's R based plant ecology course
- Patrick Breheny courses on statistics for biologists
- Linear Models with R (free ebook)
- Mixed Effects Models and Extensions in Ecology with R by Zurr et al. (free for cofc students)
- Anova
- Ordination webpage
- Amazing resource for multivariate approaches for analyzing community ecology data.
- http://ordination.okstate.edu/
- Anscombe's quartet
- Dynamic Ecology blog posts by Brian McGill related to statistics and data.
- Why AIC appeals to ecologists lowests instincts
- In praise of exporatory statistics
- Ecologists need to do a better job of prediction (4 part series)
- Ten commandments for good data management
- Why ecology is hard (and fun) – multicausality
- Big Book of R: a collection of bookmarked R lessons and demos -https://www.bigbookofr.com/index.html
- Free manuals and tutorials provided by R users
- R programming style guide
- http://style.tidyverse.org/ by Whickham
- lintr for cleaning up R code
- formatR
- Tryr by codeschool
- Interactive online lesson for learning R basics
- http://tryr.codeschool.com/
- A fairly comprehensive R reference card
- Programming with R by Software Carpentry
- The software carpentry team have some of the best lessons for learning computational tools on the web.
- http://software-carpentry.org/v5/novice/r/index.html
- Five useful R functions for manipulating data
- Advanced R by Hadley Wickham:
- One of the best references for taking your R to the next level
- http://adv-r.had.co.nz/
- Colors
- Git and GitHub by Hadley Wickham
- A very nice overview and step by step instructions for using git and integrating it with Rstudio.
- http://r-pkgs.had.co.nz/git.html
- git - the simple guide
- Version Control by Software Carpentry
- Git reference card:
- Git quick reference for beginners
- Git flight rules - for when things go wrong