Git Product home page Git Product logo

learn_stats's Introduction

learn_stats

Materials for 4-week Introduction to R and the tidyverse M.A.-level course taught at the University of Freiburg ("Practical Foundations of Linguistic Research") in January/February 2021.

  1. Intro to R
  • R scripts and R-Markdowns in R-Studio
  • Variables and data types
  • Packages
  • Reading and writing data
  • Exploratory Data Analysis basics
  • Descriptive statistics
  • Factors
  1. Welcome to the Tidyverse
  • Tibbles
  • Pipes (%>%)
  • Selecting and removing columns with select()
  • Renaming columns with rename()
  • Changing column order with reorder()
  • Adding columns and changing column values with mutate()
  • Using conditional logic on rows with filter()
  • Creating summary tables with groupby() and summarize()
  • Creating new columns using conditional logic with mutate() and ifelse()
  1. Exploratory Data Analysis (EDA)
  • Review of filter(), groupby() and summarize() & mutate() and ifelse()
  • Helper functions for select()
  • Helper functions for filter()
  • Warnings, errors, and documentation
  • Chaining commands ("thinking tidyverse")
  1. Visualization with ggplot2
  • The grammar of graphics
  • Basic structure of a ggplot
  • Charts by variable type, incl. bar charts, histograms, scatterplots (w/ trendlines), line graphs, boxplots
  • Adding more variables with fill and color
  • Adding labels
  • Basics of adapting themes
  • Code variations, i.e. placement of aes()
  • Piping into a ggplot
  • Saving ggplots to disk

learn_stats's People

Contributors

kyla-mcconnell avatar

Stargazers

Selim Horri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.