• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • My Store
  • Glossary
  • Home
  • About Me
  • Contact Me

Statistics By Jim

Making statistics intuitive

  • Graphs
  • Basics
  • Hypothesis Testing
  • Regression
  • ANOVA
  • Probability
  • Time Series
  • Fun
  • Calculators

data types

Data Collection Methods: Step-By-Step Guide with Examples

By Jim Frost Leave a Comment

What Are Data Collection Methods?

Data collection methods are organized processes for gathering observations and measurements to accurately answer research questions. Whether you study the environment, health, public opinion, or medicine, selecting the appropriate data collection methods ensures that your results are accurate and meaningful. For example, in environmental research, sound methodology helps scientists uncover valuable insights about ecosystems, pollution, wildlife, and climate change. [Read more…] about Data Collection Methods: Step-By-Step Guide with Examples

Filed Under: Basics Tagged With: conceptual, data types

Data Aggregation: Strengths & Weaknesses of Aggregated Data

By Jim Frost 4 Comments

What is Data Aggregation?

Data aggregation is a crucial process that involves collecting data and summarizing it in a concise form. This method transforms atomic data rows—sourced from diverse origins—into comprehensive totals or summary statistics. Aggregated data, typically housed in data warehouses, enhances analytical capabilities and significantly speeds up querying large datasets. [Read more…] about Data Aggregation: Strengths & Weaknesses of Aggregated Data

Filed Under: Basics Tagged With: conceptual, data types

Likert Scale: Survey Use & Examples

By Jim Frost 6 Comments

What is a Likert Scale?

The Likert scale is a well-loved tool in the realm of survey research. Named after psychologist Rensis Likert, it measures attitudes or feelings towards a topic on a continuum, typically from one extreme to the other. The scale provides quantitative data about qualitative aspects, such as attitudes, satisfaction, agreement, or likelihood. [Read more…] about Likert Scale: Survey Use & Examples

Filed Under: Basics Tagged With: conceptual, data types, interpreting results

Box Plot Explained with Examples

By Jim Frost 27 Comments

What is a Box Plot?

A box plot, sometimes called a box and whisker plot, provides a snapshot of your continuous variable’s distribution. They particularly excel at comparing the distributions of groups within your dataset. A box plot displays a ton of information in a simplified format. Analysts frequently use them during exploratory data analysis because they display your dataset’s central tendency, skewness, and spread, as well as highlighting outliers. [Read more…] about Box Plot Explained with Examples

Filed Under: Graphs Tagged With: choosing analysis, data types, distributions, graphs

Covariates: Definition & Uses

By Jim Frost 9 Comments

What is a Covariate?

Covariates are continuous independent variables (or predictors) in a regression or ANOVA model. These variables can explain some of the variability in the dependent variable.

That definition of covariates is simple enough. However, the usage of the term has changed over time. Consequently, analysts can have drastically different contexts in mind when discussing covariates. [Read more…] about Covariates: Definition & Uses

Filed Under: ANOVA Tagged With: conceptual, data types

Qualitative vs Quantitative Data Differences

By Jim Frost 2 Comments

Qualitative vs quantitative data is a fundamental distinction between two types of information you can gather and analyze statistically. These types of variables seem diametrically opposed, but effective research projects will use them together.

In this post, I’ll explain the difference between qualitative and quantitative data and show effective ways to graph and analyze them for your research. [Read more…] about Qualitative vs Quantitative Data Differences

Filed Under: Basics Tagged With: conceptual, data types

Nominal Data: Definition & Examples

By Jim Frost Leave a Comment

What is Nominal Data?

Nominal data are divided into mutually exclusive categories that do not have a natural order, nor do they provide any quantitative information. The definition of nominal in statistics is “in name only.” This definition indicates how these data consist of category names—all you can do is name the group to which each observation belongs. Nominal and categorical data are synonyms, and I’ll use them interchangeably.

For example, literary genre is a nominal variable that can have the following categories: science fiction, drama, and comedy. [Read more…] about Nominal Data: Definition & Examples

Filed Under: Basics Tagged With: conceptual, data types

Ordinal Data: Definition, Examples & Analysis

By Jim Frost 5 Comments

What is Ordinal Data?

Ordinal data have at least three categories that have a natural rank order. The categories are ranked, but the differences between ranks may not be equal. These data indicate the order of values but not the degree of difference between them. For example, first, second, and third places in a race are ordinal data. You can clearly understand the order of finishes. However, the time difference between first and second place might not be the same as between second and third place. [Read more…] about Ordinal Data: Definition, Examples & Analysis

Filed Under: Basics Tagged With: data types

Nominal, Ordinal, Interval, and Ratio Scales

By Jim Frost 17 Comments

The nominal, ordinal, interval, and ratio scales are levels of measurement in statistics. These scales are broad classifications describing the type of information recorded within the values of your variables. Variables take on different values in your data set. For example, you can measure height, gender, and class ranking. Each of these variables uses a distinct level of measurement. [Read more…] about Nominal, Ordinal, Interval, and Ratio Scales

Filed Under: Basics Tagged With: conceptual, data types

Discrete vs. Continuous Data: Differences & Examples

By Jim Frost 11 Comments

Discrete vs continuous data are two broad categories of numeric variables. Numeric variables represent characteristics that you can express as numbers rather than descriptive language. These are quantitative data.

When you have a numeric variable, you need to determine whether it is discrete or continuous.

In broad strokes, the critical factor is the following:

  • You count discrete data.
  • You measure continuous data.

[Read more…] about Discrete vs. Continuous Data: Differences & Examples

Filed Under: Basics Tagged With: data types

Pareto Chart: Making, Reading & Examples

By Jim Frost 3 Comments

What is a Pareto Chart?

A Pareto chart is a specialized bar chart that displays categories in descending order and a line chart representing the cumulative amount. The chart effectively communicates the categories that contribute the most to the total. Frequently, quality analysts use Pareto charts to identify the most common types of defects or other problems.

Learn how to use and read Pareto charts and understand the Pareto principle and the 80/20 rule that are behind it. I’ll also show you how to create them using Excel. [Read more…] about Pareto Chart: Making, Reading & Examples

Filed Under: Graphs Tagged With: choosing analysis, data types, interpreting results, quality improvement

Scatterplots: Using, Examples, and Interpreting

By Jim Frost 9 Comments

Use scatterplots to show relationships between pairs of continuous variables. These graphs display symbols at the X, Y coordinates of the data points for the paired variables. Scatterplots are also known as scattergrams and scatter charts. [Read more…] about Scatterplots: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, interpreting results

Pie Charts: Using, Examples, and Interpreting

By Jim Frost 1 Comment

Use pie charts to compare the sizes of categories to the entire dataset. To create a pie chart, you must have a categorical variable that divides your data into groups. These graphs consist of a circle (i.e., the pie) with slices representing subgroups. The size of each slice is proportional to the relative size of each category out of the whole. [Read more…] about Pie Charts: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, interpreting results

Bar Charts: Using, Examples, and Interpreting

By Jim Frost 4 Comments

Use bar charts to compare categories when you have at least one categorical or discrete variable. Each bar represents a summary value for one discrete level, where longer bars indicate higher values. Types of summary values include counts, sums, means, and standard deviations. Bar charts are also known as bar graphs. [Read more…] about Bar Charts: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, interpreting results

Line Charts: Using, Examples, and Interpreting

By Jim Frost 3 Comments

Use line charts to display a series of data points that are connected by lines. Analysts use line charts to emphasize changes in a metric on the vertical Y-axis by another variable on the horizontal X-axis. Often, the X-axis reflects time, but not always. Line charts are also known as line plots. [Read more…] about Line Charts: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, interpreting results

Dot Plots: Using, Examples, and Interpreting

By Jim Frost Leave a Comment

Use dot plots to display the distribution of your sample data when you have continuous variables. These graphs stack dots along the horizontal X-axis to represent the frequencies of different values. More dots indicate greater frequency. Each dot represents a set number of observations. [Read more…] about Dot Plots: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, distributions, interpreting results

Empirical Cumulative Distribution Function (CDF) Plots

By Jim Frost 2 Comments

Use an empirical cumulative distribution function plot to display the data points in your sample from lowest to highest against their percentiles. These graphs require continuous variables and allow you to derive percentiles and other distribution properties. This function is also known as the empirical CDF or ECDF. [Read more…] about Empirical Cumulative Distribution Function (CDF) Plots

Filed Under: Graphs Tagged With: analysis example, choosing analysis, data types, interpreting results

Contour Plots: Using, Examples, and Interpreting

By Jim Frost 2 Comments

Use contour plots to display the relationship between two independent variables and a dependent variable. The graph shows values of the Z variable for combinations of the X and Y variables. The X and Y values are displayed along the X and Y-axes, while contour lines and bands represent the Z value. The contour lines connect combinations of the X and Y variables that produce equal values of Z. [Read more…] about Contour Plots: Using, Examples, and Interpreting

Filed Under: Graphs Tagged With: choosing analysis, data types, interpreting results

Spearman’s Correlation Explained

By Jim Frost 67 Comments

Spearman’s correlation in statistics is a nonparametric alternative to Pearson’s correlation. Use Spearman’s correlation for data that follow curvilinear, monotonic relationships and for ordinal data. Statisticians also refer to Spearman’s rank order correlation coefficient as Spearman’s ρ (rho).

In this post, I’ll cover what all that means so you know when and why you should use Spearman’s correlation instead of the more common Pearson’s correlation. [Read more…] about Spearman’s Correlation Explained

Filed Under: Basics Tagged With: analysis example, choosing analysis, conceptual, data types, Excel, graphs

Time Series Analysis Introduction

By Jim Frost 28 Comments

Time series analysis tracks characteristics of a process at regular time intervals. It’s a fundamental method for understanding how a metric changes over time and forecasting future values. Analysts use time series methods in a wide variety of contexts. [Read more…] about Time Series Analysis Introduction

Filed Under: Time Series Tagged With: conceptual, data types, graphs

  • Page 1
  • Page 2
  • Go to Next Page »

Primary Sidebar

Meet Jim

I’ll help you intuitively understand statistics by focusing on concepts and using plain English so you can concentrate on understanding your results.

Read More...

Buy My Introduction to Statistics Book!

Cover of my Introduction to Statistics: An Intuitive Guide ebook.

Buy My Hypothesis Testing Book!

Cover image of my Hypothesis Testing: An Intuitive Guide ebook.

Buy My Regression Book!

Cover for my ebook, Regression Analysis: An Intuitive Guide for Using and Interpreting Linear Models.

Subscribe by Email

Enter your email address to receive notifications of new posts by email.

    I won't send you spam. Unsubscribe at any time.

    Buy My Thinking Analytically Book!

    Cover for my book, Thinking Analytically: An Guide for Making Data-Driven Decisions.

    Top Posts

    • F-table
    • Z-table
    • Cronbach’s Alpha: Definition, Calculations & Example
    • How To Interpret R-squared in Regression Analysis
    • How to Interpret P-values and Coefficients in Regression Analysis
    • Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
    • Box Plot Explained with Examples
    • Interpreting Correlation Coefficients
    • T-Distribution Table of Critical Values
    • Benford’s Law Explained with Examples

    Recent Posts

    • Data Collection Methods: Step-By-Step Guide with Examples
    • ANOVA Calculator
    • Positive Predictive Value: Meaning, Formula, and Interpretation
    • Median Absolute Deviation Calculator
    • Median Absolute Deviation: Definition, Finding & Formula
    • Outlier Calculator

    Recent Comments

    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Pareto Chart: Making, Reading & Examples

    Copyright © 2026 · Jim Frost · Privacy Policy