Statistics Globe
Hi, I’m Joachim Schork, the guy behind Statistics Globe.
During the last decade, I've spent a lot of time to increase my statistical knowledge, including a master’s degree in statistics & a job as microdata expert at a national statistical institute in Europe.
About ten years ago, I discovered the power of the statistical programming language R. Since then I've turned into a big enthusiast, using the software almost every day for work & many private programming projects. More recently, I started learning Python & I love to compare the pros & cons of the two programming languages.
Some time ago, I started the platform https://statisticsglobe.com/, on which I'm sharing my statistical know-how & improve my own statistical skills by discussing with other statisticians & programmers.
Since the exchange with other data scientists on my homepage is a lot of fun for me, I've decided to additionally create this YouTube channel, hoping that YouTube brings as much fun as my homepage.

Complete Data Project in R (Example) | Import, Manipulation, Graphics, Statistical Analysis & PCA

Imputation vs. Listwise Deletion (Example in R) | Handle Missing Values | Substitute & Complete Data

Best ggplot2 Extensions for R Data Visualization | ggdist, ggiraf, patchwork, ggstatsplot, gganimate

Row & Column Operations Using dplyr in R | Select, mutate, rename, arrange, slice, filter, count

Draw PCA Biplot & Loading Plot in R (Example) | Apply & Visualize Principal Component Analysis

Analysis of Variance (ANOVA) in R | Tukey's HSD Test, Visualization, Assumption Check, Normality

Positron IDE for R & Python | How to Install & Use | Better than RStudio? | Ft. @milos-makes-maps

Calculate Grouped Summary Statistics in R | group_by & summarize of dplyr Package | Multiple Columns

How to Create a Tree Height Map in R | Example Ft @milos-makes-maps | Visualize Global Forest Canopy

How to Apply PCA before K-means Clustering in R Programming (Example) | Principal Component Analysis

Read, Row-Bind, Summarize & Visualize Multiple Data Sets in R | tidyverse, readr, dplyr & ggplot2

Insightful Data Visualization Using ggplot2 in R (Ft. @rappa753 ) | Drawing Advanced Plots & Graphs

Analyze & Visualize Country Data in R | tidyverse, dplyr & ggplot2 | Group, Summarize & Draw Bars

How to Import, Manipulate & Visualize Data Using the tidyverse in R | readr, dplyr & ggplot2 Package

R Programming Online Course by Statistics Globe | Registration is Open Now | Data Manipulation in R

Big Announcement: R Programming Online Course | Pre-Sell Open Until October 14th | Reserve Your Spot

Quick R Quiz - Importing CSV Files! #rstats #codingquiz #codingchallenge #datascience #csv #excel

Mean & Standard Deviation in R Density Plots! #rstats #RStudio #DataViz #datavisualization #ggplot2

Principal Component Analysis in Python | How to Apply PCA | Scree Plot, Biplot, Elbow & Kaisers Rule

Principal Component Analysis in R Programming | How to Apply PCA | Step-by-Step Tutorial & Example

Introduction to Principal Component Analysis (Pt. 1 - Theory) | PCA Explained | Tutorial & Example

Introduction to ggplot2 Package in R | Data Visualization Tutorial for Beginners & Advanced Examples

We Need to Talk About the Future of Statistics Globe on YouTube

Loop Through Data Frame Columns & Rows in R (4 Examples) | for-, while- & repeat-Loops | Add Values

Specify dtype when Reading pandas DataFrame from CSV in Python (Example) | Set Data Type of Columns

How to Convert a Character to Numeric in R | String Vector & Data Frame Column | as.numeric Function

Sort List of Integer Values in Python (Example) | Reorder Numbers | How to Apply the sort() Method

na.omit Function in R (Example) | Listwise Deletion | Data Frame & Vector | Remove Incomplete Cases

Convert datetime to Different Time Zone in Python (3 Examples) | Change Date & Time to CET, CST, EST

Append to Data Frame in Loop in R (2 Examples) | Add New Column & Row in for-Loop | Create Variables