├── README.md ├── data ├── abalone.csv ├── airquality.csv └── sturgeon.csv ├── into_to_r_lecture1_examples.R ├── intro_to_R_exercise1.R ├── intro_to_r.pdf ├── intro_to_r_lecture1_excercise2.R ├── intro_to_r_lecture1_excercise2_SOLUTIONS.R ├── intro_to_r_lecture2 _excercise1.R ├── intro_to_r_lecture2 _excercise1_SOLUTION.R ├── intro_to_r_lecture2.pdf ├── intro_to_r_lecture2_excercise.R └── intro_to_r_lecture2_excercise.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/README.md -------------------------------------------------------------------------------- /data/abalone.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/data/abalone.csv -------------------------------------------------------------------------------- /data/airquality.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/data/airquality.csv -------------------------------------------------------------------------------- /data/sturgeon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/data/sturgeon.csv -------------------------------------------------------------------------------- /into_to_r_lecture1_examples.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/into_to_r_lecture1_examples.R -------------------------------------------------------------------------------- /intro_to_R_exercise1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_R_exercise1.R -------------------------------------------------------------------------------- /intro_to_r.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r.pdf -------------------------------------------------------------------------------- /intro_to_r_lecture1_excercise2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture1_excercise2.R -------------------------------------------------------------------------------- /intro_to_r_lecture1_excercise2_SOLUTIONS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture1_excercise2_SOLUTIONS.R -------------------------------------------------------------------------------- /intro_to_r_lecture2 _excercise1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture2 _excercise1.R -------------------------------------------------------------------------------- /intro_to_r_lecture2 _excercise1_SOLUTION.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture2 _excercise1_SOLUTION.R -------------------------------------------------------------------------------- /intro_to_r_lecture2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture2.pdf -------------------------------------------------------------------------------- /intro_to_r_lecture2_excercise.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture2_excercise.R -------------------------------------------------------------------------------- /intro_to_r_lecture2_excercise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kristineccles/Introduction_to_R/HEAD/intro_to_r_lecture2_excercise.pdf --------------------------------------------------------------------------------