Hugo-Toledo / Stat-R-UNIPD

The overall course goal is to give the participants knowledge on statistical methods and data analysis, with particular emphasis on the application of Analysis of Variance techniques using R software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‹ Applied Statistics using R software

Universita degli Studi di Padova, Dipartimento di Agronomia Animali Alimenti Risorse Naturali e Ambiente

The overall course goal is to give the participants knowledge on statistical methods and data analysis, with particular emphasis on the application techniques using R software.

Professors:

Class meets:

  • MISSING.
  1. please bring your own laptop with R software already installed.
  2. please verify that you have one internet connection ('eduroam' or others) working properly.
  3. please download the slides from this webpage

You can install R directly from https://www.r-project.org/, also you can install RStudio (https://www.rstudio.com/) to have a nice interface. If you are a complete beginner with R, I recommend reading this brief introduction. For the course you need the following packages:

install.packages("car")
install.packages("multcomp")
install.packages("lsmeans")
install.packages("lme4") # For mixed models course

πŸ““ Slides

  1. Cecchinato & Pegolo ANOVA

🚴 Exercises

πŸ’» R scripts

If you want to use the scripts, please select, copy and paste the script in R. Otherwise you can download the PDF with the solutions.

  1. Descriptive Statistics and Normality
  2. One-Way ANOVA
  3. Complete Randomized Block Design
  4. Two-Way ANOVA
  5. Contrasts
  6. Completely Randomized Design with a Covariate

Extra: For Loop

πŸ“ƒ Datasets

To save a file to your pc, click it to view the contents within the GitHub, then in the top right, right click the Raw button, then save as... πŸ’Ύ

πŸ“š Textbooks and Suplemental Readings

🌐 Usefull Links

About

The overall course goal is to give the participants knowledge on statistical methods and data analysis, with particular emphasis on the application of Analysis of Variance techniques using R software