
Explore the fundamentals of statistics and central tendency. Learn to calculate the mean by hand, in Stata, in Python, and in a spreadsheet, then compare mean and median.
define statistics as the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data, and explore mean, median, and mode as measures of central tendency.
Compute the mean, or average, by summing the observations and dividing by the number of observations, illustrated with a five-value age data set that sums to 100 and yields 20.
Understand how this class works and why STADA, Python, and spreadsheets are optional tools. Learn that you don’t need prior mastery to grasp the statistical concepts.
Learn to calculate the mean in Stata by entering data, setting observations, renaming variables, and using summarize with detail to reveal median and other central tendency statistics.
Learn how to calculate the mean in Python by summing the ages and dividing by the number of observations, with practical examples and alternatives.
Explore the mean, median, and mode as central tendency measures, and learn to calculate the mean and median from sample data, noting multimodal modes.
Examine mean and median as measures of central tendency using Stata with simulated income data; learn how outliers shift the mean more than the median.
Explore the idea of variable types and typology, distinguishing categorical and quantitative data and seeing examples like colors, weights, and test scores to guide initial data analysis.
Classify data as categorical or quantitative to determine suitable analysis methods, with nominal and ordinal subtypes for categorical data, and discrete and continuous for quantitative data, including binary variables.
Identify variable types by classifying act score as quantitative and continuous, place of birth and favorite candy as categorical and nominal, grade as ordinal, and scholarship award as quantitative.
Explore how statistics uncover relationships between variables, using study hours and exam scores as an example. Learn to chart data, see upward trends, and discuss prediction and error in models.
Explore how statistics reveal relationships between variables in program evaluation, using binary participation and continuous outcomes like acceptance rates and scholarships to judge meaningful differences.
Explore how binary variables like race and program participation reveal relationships, and how statistics judge whether observed differences reflect chance, bias, or implicit racism.
Dr Nelson explains how to analyze survey data with categorical and ordinal variables, showing why averages don't apply, and how to use frequencies and most frequent responses to interpret surveys.
Create a continuous composite from related categorical survey items to quantify certainty about graduating college, enabling average, correlation, and regression analyses.
Explore core statistical notations such as X, X bar, the sum symbol, and the sum of errors and squared errors, and learn to interpret and apply them in data analysis.
Explore the sum of errors and the sum of squared errors for the age variable X, using five observations and a mean of twenty.
Explore measures of variation and dispersion, including variance, standard deviation, range, and inter quartile range, with sample and population formulas using sum of squared errors and n or n-1 denominators.
Compute the range by subtracting the lowest observation from the highest; for example, X range is 14, time spent studying 14 hours, and exam scores 33 points.
Compute the interquartile range by hand from the sorted x data, determine the first quartile, the median, and the third quartile, then subtract the first quartile from the third quartile.
Compute the sample variance for the X variable by summing squared errors from the mean. Divide the sum of squared errors, 168, by seven to obtain the variance, 24.
Calculate the standard deviation by hand from data by squaring errors, summing them to form the sample variance with n-1, then take the square root to obtain 4.89 hours.
Demonstrate calculating variation measures in Stata using hours studied and exam scores, including standard deviation, variance, quartiles and the cortile range, and how to interpret outliers.
Explore measures of dispersion in Python with pandas, revealing mean, standard deviation, variance, range, quartiles, and interquartile range via df.describe().transpose(), with notes on percentile differences.
Learn how standard deviation highlights meaningful differences between groups, using Stata to compare mean weights of domestic and foreign cars, and express differences as effect sizes such as Cohen's d.
Apply the standard normal distribution to interpret data with mean zero and sd one, estimate proportions within standard deviations, and compare observations using z-scores.
Explore the standard error, a controversial statistic with multiple calculation methods, and compare different approaches used in tools, videos, and textbooks.
Prepare the room amount data from the integrated post-secondary education data system in Excel, creating a working copy and removing missing values to illustrate the standard error.
This lecture demonstrates how to randomly shuffle data, select 400 observations, and compute the average and standard deviation, then derive the standard error as the estimate of the sampling distribution.
Estimate the standard error from sampling results using the sample mean and standard deviation. Use this standard error to infer the population and support confidence intervals and t tests later.
Link standard deviation and standard error using the room amount data from the integrated post-secondary education data system, with mean 5,616 and standard deviation 2,111 to infer population.
Understand standard errors in small samples by using the simple formula standard deviation divided by the square root of n. Compare alternative methods and note variability across tools like Stata.
Explore statistical notation for the mean, errors, variance, and standard deviation, including x-bar, mu, s, sigma, and sample versus population concepts.
Generate a thousand random study hours observations in Stata, compute the mean and standard deviation, and visualize dispersion with histograms, adjusting bins to reveal central tendency and data spread.
Visualize dispersion and compare outcomes across groups using box and whisker plots in Stata, highlighting measures of central tendency and dispersion like mean, median, and interquartile range.
Visualize dispersion with box plots and violin plots, comparing age across union status and industry in Python on a Google Colab notebook using the end lsw 88 data.
Learn to create violin plots in Stata with the Violin Plot package, install and run via plot, build horizontal and wage-by-industry visuals, and adjust labels with the graph editor.
discover how to obtain summary statistics for income in Stata, including mean, standard error, median, min, max, and percentiles, and interpret the 95 percent confidence interval for the population mean.
Explore how confidence intervals bound the population mean using the auto data set and observe that the mean price lies within a 95 percent interval across samples.
Compute a 95% confidence interval for nine observations (small sample) using the t distribution and standard error, then compare hand calculations with STADA, cross-check results, and report consistently.
Learn to calculate confidence intervals by hand for a large sample using LSW 88 DTA dataset, focusing on the age variable and standard error, variance, and z-based margins in Stata.
Explain how confidence intervals around the mean compare Group A and Group B, using the automobile data to decide if the price difference is meaningful based on overlapping intervals.
Clarify how to identify independent and dependent variables with a theoretical framework, using ACT score, place of birth, and scholarship award, and note input equals independent and output equals dependent.
Frame a precise research question by identifying the independent variable (X) and dependent variable (Y), such as place of birth influencing ACT scores or ACT score influencing scholarship awards.
Convert research questions into null and alternative hypotheses, learn how evidence rejects the null and supports the alternative, with examples on ACT scores, place of birth, and scholarship awards.
Explore the research (analytical) process, from framing a research question and hypotheses through data collection, hypothesis testing, and reporting conclusions, noting its linear but often iterative nature.
Explore p values as a versatile statistic for assessing statistical significance, guiding null hypothesis rejection, and complementing with effect sizes, confidence intervals, and data visualization.
Navigate data types as a continuum, weighing quantitative, ordinal, and nominal options for birth order, age, and student counts, and defend practical discrete or continuous choices.
Evaluate the effect size to compare mean scores between program participants and nonparticipants. Analyze year one and year two data with standard deviation to interpret score differences.
Explore how to compute Cohen's d to compare program outcomes using means and pooled standard deviation, illustrated with year one and year two differences and a 0.7 effect size.
Practice calculating effect sizes across years to draw conclusions about program effectiveness, compare year-by-year results, and inform policymakers on funding and program design.
Visualize exam scores across years by comparing participants and nonparticipants in study and exam preparation programs using box plots to reveal central tendency and dispersion differences between groups.
The principal aim of this course is to prepare graduate and doctoral students to use the concepts and methods associated with quantitative social science research. In specific, the examples used in this course aim to prepare students as they may seek to conduct original research on education issues. Examples draw from primary, secondary, and post-secondary education contexts.
A related aim is to help students grow as savvy discussants and consumers of quantitative research. In this course students will have opportunities to build thier critical reasoning and analytical skills. Though this course does not provide an exhaustive introduction to the entire field of statistics, it provides a thorough overview of topics and techniques often taught in first semester graduate statistics.
In this course we will view statistics as a set of tools that helps researchers examine the world. We will look closely at how research and statistics helps us produce and disseminate new knowledge about how the world works. "How the world works" is a broad phrase meant to include sub-topics such as "how people behave," "how organizations react to policy," "how we can make data informed decisions about organizational management," "how we can evaluate program performance."
This course also provides examples in multiple formats. There is an emphasis on the following tool sets:
1) Pen or pencil and paper - It is important to have an ability to execute rudimentary statistical analyses using simple tools such as a pen, pencil, paper, graph paper, and a calculator.
2) Stata - This software is a widely used statistical computing package in education and social science research. Besides presenting examples in multiple platforms side-by-side, this course presents most examples in Stata. Through this course, students will also learn to use this popular statistical computing package.
3) Python - The Python programming language is a free platform that provides an opportunity to show how we can execute many of the statistical techniques taught through this course. This course presents many examples using the Python programming language. Thus, through this course, students will also learn the rudiments of Python as a programming language.
4) Spreadsheets - Spreadsheets (such as, Microsoft Excel, Google Sheets, Apple's Numbers, and others) are a popular, widely available tool, that provide convenient platforms in which we can easily show many of the statistical techniques taught through this course. This course uses a spreadsheet platform to show many of the statistical techniques taught through this course.
In most cases, this course will show each statistical technique in many of the above tool sets. By presenting and (re)presenting - multiple times - each statistical technique again-and-again in multiple platforms, this course provides multiple and thorough opportunities to see how to execute the techniques. This repetitive approach serves to ensure that students gain exposure to the core concepts in multiple and related ways. This repetitive approach is intentional and it aims to promote learning retention.