Statology

Statology

Statistics Made Easy

Skip to content
Menu
  • About
  • Course
  • Basic Stats
  • Machine Learning
  • Software Tutorials
    • Excel
    • Google Sheets
    • MongoDB
    • Python
    • R
    • SAS
    • SPSS
    • Stata
    • TI-84
  • Tools
    • Calculators
    • Critical Value Tables
    • Glossary

Author: Zach

Uncategorized

How to Plot Only Horizontal Gridlines in Matplotlib

Posted on July 1, 2022 by Zach

You can use the following basic syntax to only plot horizontal gridlines in Matplotlib: ax.grid(axis=’y’) The following example shows how to use this syntax in…

Uncategorized

Pandas: How to Pop Rows from DataFrame

Posted on July 1, 2022 by Zach

You can use the pop() function to quickly remove a column from a pandas DataFrame. In order to use the pop() function to remove rows,…

Uncategorized

Pandas: How to Move Column to Front of DataFrame

Posted on July 1, 2022 by Zach

You can use the following methods to move columns to the front of a pandas DataFrame: Method 1: Move One Column to Front df =…

Uncategorized

How to Compare Three Columns in Excel (With Example)

Posted on July 1, 2022 by Zach

You can use the following basic formula to compare three columns in Excel: =IF(AND(B2=C2,C2=D2),”Equal”,”Not Equal”) This particular formula compares the values in cells B2, C2,…

Uncategorized

Two Sample Z-Test: Definition, Formula, and Example

Posted on July 1, 2022 by Zach

A two sample z-test is used to test whether two population means are equal. This test assumes that the standard deviation of each population is known.…

Uncategorized

One Sample Z-Test: Definition, Formula, and Example

Posted on July 1, 2022July 1, 2022 by Zach

A one sample z-test is used to test whether the mean of a population is less than, greater than, or equal to some specific value. This…

Uncategorized

Two Sample Z-Test Calculator

Posted on June 30, 2022June 30, 2022 by Zach

A two sample z-test is used to test whether or not the means of two populations are equal when the population standard deviations are known.…

Uncategorized

One Sample Z-Test Calculator

Posted on June 30, 2022June 30, 2022 by Zach

A one sample z-test is used to test whether or not the mean of a population is equal to some value when the population standard…

Uncategorized

The Difference Between Z-Values and P-Values in Statistics

Posted on June 29, 2022 by Zach

Two terms that students often get confused in statistics are z-values and p-values. To understand the difference between these terms, it helps to understand z-tests.…

Uncategorized

How to Calculate Confidence Interval for Regression Slope

Posted on June 29, 2022 by Zach

Simple linear regression is used to quantify the relationship between a predictor variable and a response variable. This method finds a line that best “fits”…

Posts navigation

Page 1 Page 2 … Page 307 Next Page

Search

ABOUT

Statology is a site that makes learning statistics easy by explaining topics in simple and straightforward ways. Learn more about us.

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

Recent Posts

  • How to Plot Only Horizontal Gridlines in Matplotlib
  • Pandas: How to Pop Rows from DataFrame
  • Pandas: How to Move Column to Front of DataFrame
© 2021 Statology | Privacy Policy
Wisteria Theme by WPFriendship ⋅ Powered by WordPress