Statology
  • About
  • Course
  • Basic Stats
  • Machine Learning
  • Software Tutorials
    • Excel
    • Google Sheets
    • MongoDB
    • MySQL
    • Power BI
    • PySpark
    • Python
    • R
    • SAS
    • SPSS
    • Stata
    • TI-84
    • VBA
  • Tools
    • Calculators
    • Critical Value Tables
    • Glossary
Zach Bobbitt

Hey there. My name is Zach Bobbitt. I have a Masters of Science degree in Applied Statistics and I’ve worked on machine learning algorithms for professional businesses in both healthcare and retail. I’m passionate about statistics, machine learning, and data visualization and I created Statology to be a resource for both students and teachers alike.  My goal with this site is to help you learn statistics through using simple terms, plenty of real-world examples, and helpful illustrations.

How to Combine Columns Using dplyr
Programming

How to Combine Columns Using dplyr

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

Often you may want to use functions from the dplyr package in R to combine multiple columns in a data frame into a single column.…

How to Create a Named List in R (With Example)
Programming

How to Create a Named List in R (With Example)

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

When creating lists in R, you can provide names to each of the elements in the list so that you can extract specific elements from…

How to Use the std.error() Function in R
Programming

How to Use the std.error() Function in R

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

In statistics, the standard error of the mean is a way to measure how spread out values are in a dataset. It is calculated as:…

How to Use the reduce() Function in R
Programming

How to Use the reduce() Function in R

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

Often you may want to reduce a list in R to a single value by iteratively applying a binary function. Fortunately this is easy to…

dplyr: How to Perform Left Join and Define NA Values
Programming

dplyr: How to Perform Left Join and Define NA Values

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

When you perform a left join in dplyr, you are able to return all rows from one particular data frame and then only the rows…

How to Perform a Bonferroni Outlier Test in R
Programming

How to Perform a Bonferroni Outlier Test in R

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

Often you may want to check for outlier observations in a linear regression model. This is important to do because outliers can affect the overall…

dplyr: How to Use arrange() with String
Programming

dplyr: How to Use arrange() with String

Posted on May 29, 2024June 4, 2024 by Zach Bobbitt

You can use the arrange() function in the dplyr package in R to order rows based on column values. Often you may want to use…

Programming

How to Use geom_label() in ggplot2

Posted on May 29, 2024 by Zach Bobbitt

You can use the geom_label() function in ggplot2 to add text labels inside a rectangular box to a plot. This function uses the following basic…

Programming

How to Use setequal() Function in dplyr

Posted on May 29, 2024 by Zach Bobbitt

Often you may want to check if two data frames contain the same rows (regardless of order) in R. Fortunately this is easy to do…

Programming

How to Use the foreach() Function in R

Posted on May 29, 2024 by Zach Bobbitt

Often you may want to use a “foreach” style loop in which you can perform a specific task on each item in a loop in…

Posts pagination

Page 1 Page 2 … Page 577 Next Page

Search

ABOUT STATOLOGY

Statology makes learning statistics easy by explaining topics in simple and straightforward ways. Our team of writers have over 40 years of experience in the fields of Machine Learning, AI and Statistics. Learn more about our team here.

Featured Posts

  • What is Data Anonymization? (And Why It’s Harder Than You Think)April 17, 2026
  • Getting Started with Copilot for Microsoft ExcelApril 16, 2026
  • Hindsight Bias in Statistics: The “Obvious” Mistake You Didn’t See ComingApril 15, 2026
  • Amara’s Law Explained: Why Our Technology Forecasts Are Systematically WrongApril 14, 2026
  • 5 Visualizations That Reveal Statistical SignalApril 13, 2026
  • Choosing the Right Distance Metric for Clustering: A Decision Tree ApproachApril 10, 2026

Statology Study

Statology Study is the ultimate online statistics study guide that helps you study and practice all of the core concepts taught in any elementary statistics course and makes your life so much easier as a student.

statology study

Introduction to Statistics Course

Introduction to Statistics is our premier online video course that teaches you all of the topics covered in introductory statistics. Get started with our course today.

introduction to statistics

© 2025 Statology | Privacy Policy | Terms of Use
Wisteria Theme by WPFriendship ⋅ Powered by WordPress

Join the Statology Community

Sign up to receive Statology's exclusive study resource: 100 practice problems with step-by-step solutions. Plus, get our latest insights, tutorials, and data analysis tips straight to your inbox!

By subscribing you accept Statology's Privacy Policy.