R Tutorials | Learn, Build, & Practice R Programming (original) (raw)
Featured
How to Do Linear Regression in R
Learn linear regression, a statistical model that analyzes the relationship between variables. Follow our step-by-step guide to learn the lm() function in R.
Zoumana Keita
February 13, 2023
Find out how to import data into R, including CSV, JSON, Excel, HTML, databases, SAS, SPSS, Matlab, and other files using the popular R packages.
Abid Ali Awan
December 16, 2024
All posts
Josef Waples
June 20, 2025
R mean() Function: Get Started with Averages
Calculate the average of numeric, logical, and weighted data using R’s built-in mean functions. Understand how to handle missing values and apply the function to vectors and data frames.
Josef Waples
June 19, 2025
How to Create a Sankey Diagram in Excel, Python, and R
From basic concepts to advanced implementation, learn to build effective Sankey diagrams using popular tools. Discover the key components, best practices, and design principles that make flow visualizations compelling and insightful.
Vinod Chugani
June 13, 2025
Cauchy Distribution: Understanding Heavy-Tailed Data
Explore heavy-tailed distributions where traditional statistical methods don't apply. Discover how the Cauchy distribution effectively models phenomena where extreme events occur more frequently than expected.
Vinod Chugani
March 7, 2025
Vinod Chugani
February 19, 2025
Josef Waples
January 21, 2025
The Q-Q Plot: What It Means and How to Interpret It
Discover how Q-Q plots are a useful visual method to assess normality. Compare observed data to a theoretical distribution like the normal distribution to highlight deviations. Learn to diagnose model fit.
Josef Waples
November 17, 2024
What is Bootstrapping in Statistics? A Deep Dive
Explore how bootstrapping improves the estimation of confidence intervals and standard errors. Learn to distinguish between parametric and non-parametric bootstrapping techniques, and learn about bootstrapping in time series forecasting.
Josef Waples
September 23, 2024
Islam Salahuddin
September 17, 2024
Chi-Square Test in R: A Complete Guide
Learn how to create a contingency table and perform chi-square tests in R using the chisq.test() function. Discover practical applications and interpret results with confidence.
Arunn Thevapalan
August 29, 2024
Josef Waples
August 9, 2024
Vidhi Chugh
July 3, 2024