https://github.com/florale/monashpsy3062r
Repository for Monash Psychology PSY3062 R Workshops
https://github.com/florale/monashpsy3062r
Last synced: about 2 months ago
JSON representation
Repository for Monash Psychology PSY3062 R Workshops
- Host: GitHub
- URL: https://github.com/florale/monashpsy3062r
- Owner: florale
- Created: 2022-07-29T01:16:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T07:13:14.000Z (over 1 year ago)
- Last Synced: 2025-02-02T04:41:10.480Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 16.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monash PSY3062 R Workshop
This series of workshops provides hands on lessons about using `R`, a programming language and environment for statistics and data sciences. Over the semester, you will learn some basics of `R` programming and do some simple analyses in `R`.
This GitHub repository stores all the resources for the workshops, including HTML, R Markdown, and R script. You can download your weekly materials from here or Moodle.
- **Week 1** *Introduction to `R` and Setup*.
Getting `R` installed, setup, and learning a few basics from the Honours Workshop.- **Week 2** *Getting Started in `R`*.
Please see [Week2_GetStarted.html](Week2_GetStarted.html).
- **Week 3** *Working with Data*.
Please see [Week3_WorkData.html](Week3_WorkData.html).- **Week 4** *Scoring*.
Please see [Week4_Scoring.html](Week4_Scoring.html).
- **Week 5** *Assumptions*.
Please see [Week5_Assumptions.html](Week5_Assumptions.html).- **Week 6** *Multiple Regression 1*.
Please see [Week6_LM1.html](Week6_LM1.html).
- **Week 7** *Multiple Regression 2*.
Please see [Week7_LM2.html](Week7_LM2.html).- **Week 8** *Moderated Regression*.
Please see [Week8_LMModeration.html](Week8_LMModeration.html).
- **Week 9** *ANOVA 1*.
Please see [Week9_ANOVA1.html](Week9_ANOVA1.html).
- **Week 10** *ANOVA 2*.
Please see [Week10_ANOVA2.html](Week10_ANOVA2.html).
- **Week 11** *Model Comparison*.
Please see [Week11_ModelComparison.html](Week11_ModelComparison.html).
- **Week 12** *Data Visualisation*.
Please see [Week12_DataVisualisation.html](Week12_DataVisualisation.html).
- **Otional** *General Programming in `R`*.
Please see [Week13_Programming.html](Week13_Programming.html).