Statistical Analysis and Visualizations Using R

statistics
course
intro
visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 15, 2021

Buy me a coffeeBuy me a coffee


By Okan Bulut

Excerpt from site: This full-day course is intended to provide participants with a hands-on training in exploring, visualizing, and analyzing data using the R programming language.1 To control R, participants will use RStudio, which is a free, user-friendly program with a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting.

  1. Link to course here: https://okanbulut.github.io/rbook/

Annotated boxplot showing summary statistics of a dataset. The plot includes arrows labeling the Minimum (0), 25th percentile (12.75), Median (30.5), 75th percentile (50.5), and Maximum (116) values along the y-axis.

Back to top