All Projects → cxli233 → Online_R_learning

cxli233 / Online_R_learning

Licence: CC0-1.0 license
Online R learning for applied statistics

Projects that are alternatives of or similar to Online R learning

Clpfd
Constraint Logic Programming over Finite Domains
Stars: ✭ 120 (-9.09%)
Mutual labels:  teaching
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (+6.82%)
Mutual labels:  teaching
Data Cleaning 101
Data Cleaning Libraries with Python
Stars: ✭ 243 (+84.09%)
Mutual labels:  teaching
Stats337
Readings in applied data science
Stars: ✭ 1,625 (+1131.06%)
Mutual labels:  teaching
Journalism Syllabi
Computer-Assisted Reporting and Data Journalism Syllabuses, compiled by Dan Nguyen
Stars: ✭ 136 (+3.03%)
Mutual labels:  teaching
Py Rse
Research Software Engineering with Python course material
Stars: ✭ 145 (+9.85%)
Mutual labels:  teaching
Research And Coding
研究资源列表 A curated list of research resources
Stars: ✭ 100 (-24.24%)
Mutual labels:  teaching
sdia-python
Python course material - SDIA Python
Stars: ✭ 16 (-87.88%)
Mutual labels:  teaching
Learnquery
Learn JavaScript fundamentals by building your own jQuery equivalent library
Stars: ✭ 136 (+3.03%)
Mutual labels:  teaching
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (+46.97%)
Mutual labels:  teaching
Simple Java Calculator
🔢 Simple calculator written in Java with Eclipse. This calculator is simple with an easy code to help novices learn how to operate a calculator.
Stars: ✭ 130 (-1.52%)
Mutual labels:  teaching
Openolat
Learning Management System OpenOlat
Stars: ✭ 135 (+2.27%)
Mutual labels:  teaching
Duet
A tiny language, a subset of Haskell aimed at aiding teachers teach Haskell
Stars: ✭ 155 (+17.42%)
Mutual labels:  teaching
Simple Java Text Editor
📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto completion, Nice Image Buttons for better UX, etc.
Stars: ✭ 128 (-3.03%)
Mutual labels:  teaching
learningmachines
Teaching machine learning!
Stars: ✭ 46 (-65.15%)
Mutual labels:  teaching
Wswp
Code for the second edition Web Scraping with Python book by Packt Publications
Stars: ✭ 112 (-15.15%)
Mutual labels:  teaching
Rtutor
Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
Stars: ✭ 141 (+6.82%)
Mutual labels:  teaching
tableaunoir
An online blackboard 🖉 with fridge magnets 🌈🧲 for teaching, and making animations 🏃 and presentations ⎚.
Stars: ✭ 149 (+12.88%)
Mutual labels:  teaching
sds env
Spatial Data Science Environment
Stars: ✭ 20 (-84.85%)
Mutual labels:  teaching
P4 Learning
Compilation of P4 exercises, examples, documentation, slides for learning or teaching
Stars: ✭ 190 (+43.94%)
Mutual labels:  teaching

Online_R_learning

Online R learning for applied statistics

Release v4: DOI

Required software:

Content

This repository has 14 activities:

  1. Very basics of R coding
  2. Data wrangling with dplyr and tidyr
  3. Formatting ggplots – faceting, scales, guides, and themes
  4. Design custom palette in R
  5. One-way ANOVA and the compact letter display
  6. What to do when ANOVA assumption fails
  7. Randomized block design ANOVA
  8. Multifactorial deign ANOVA and interactions
  9. Repeated measures ANOVA
  10. Split field and nested experimental design
  11. Correlation and linear regression
  12. Polynomial curve fitting
  13. Logistic regression
  14. Proportions, contingency tables and enrichment

The first three units focus on how to tidy data and make pretty plots.
Units 4 - 9 focus on ANOVA and Tukey tests.
Units 10 - 12 focus on regression.

Formal math is kept to minimum. The series focus on basic concepts, interpretation and execution in R.
Each unit builds upon the previous. After each unit, there is also an exercise.

Getting started

  1. Clone the repository to your machine by downloading the zip file
  2. Unzip (and move the “Online_R_learning-master” folder to whichever folder you like on your machine).
  3. Open RStudio
  4. Open .Rmd files under the R_codes folder
  5. Enjoy!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].