Fundamentals of Statistical Graphics and Data Analysis

Understanding Statistical Graphics

A statistical graphic is the representation of statistical data to obtain an overall visual impression of the material presented, which facilitates its rapid comprehension. Graphics are an alternative to tables for representing frequency distributions. Some recommended requirements for building a graph include: simplicity, avoiding exaggerated scale distortions, and the appropriate choice of chart type according to the objectives and the measurement level of the

Read More

Statistical Foundations for Data Analysis

PPDAC Cycle: Data Problem-Solving

  • Problem: Clearly define your research question.

  • Plan: Choose a sampling method and variables.

  • Data: Collect and clean data (e.g., remove errors, handle missing values).

  • Analysis: Use EDA (plots & statistics) and model relationships (e.g., regression).

  • Conclusion: Answer your research question. Be cautious about generalizing!


Essential Sampling Methods

MethodDescriptionProsCons
Simple RandomEach unit has equal chance (like a lucky draw)UnbiasedMay need full list of population
SystematicPick
Read More

Data Analysis & Measurement in Psychology: Scientific Method Foundations

Data Analysis and Measurement in Psychology: The Scientific Method

The objective of scientific method studies is to conduct procedures that are systematic (with established steps) and verifiable (with data that can be replicated or refuted by any researcher). However, the scientific method is just one component of the scientific research process, which consists of three levels (Arnaud):

  1. Theoretical and Conceptual Level

    1. Defining the problem and hypotheses
    2. Deduction of testable predictions

  2. Theoretical-

Read More

Data Analysis Fundamentals: Central Tendency & Variability

Descriptive Statistics: Central Tendency & Dispersion

Measures of Central Tendency

Understanding the Mean

The mean of the weights is the average of all weights in the table.

Remarks on the Mean
  • Very easy to compute.
  • Takes into consideration all values in the dataset.
  • Highly sensitive to extreme values among the data (outliers).

There are some variations of the mean (harmonic mean, geometric mean…) which we will not study in this course.

Understanding the Median

The median is the number in the middle

Read More

Mastering Data Analytics Fundamentals: Concepts & Excel Techniques

Descriptive Analytics Fundamentals

Descriptive analytics helps us understand what has happened using past data.

Key Use Cases for Descriptive Analytics

  • Sales trends analysis
  • Customer behavior patterns
  • Web traffic analysis

The Data Science Process

  1. Define the Problem: Clearly articulate the question to be answered.
  2. Data Collection:
    • Primary: Gather new data (e.g., surveys, experiments).
    • Secondary: Utilize existing data (e.g., public databases, internal records).
  3. Data Cleaning: Address missing or outlier data,
Read More

Mastering Statistics: Variables, Spread, and Data Insights

Understanding Data Types and Variables

1. Identifying True Statements about Variables

Select all the true statements:

  • a. Classification of children in a daycare center (infant, toddler, preschool) is a categorical variable. (This variable has labels, and each child has one of those labels.)
  • b. Eye color is a discrete variable. (Incorrect: Eye color is a categorical variable.)
  • c. Number of bicycles sold by a large sporting goods store is a continuous variable. (Incorrect: This is a discrete variable,
Read More