What is the mean?
The average of a dataset, calculated as the sum of all values divided by the number of values.

What is the median?
The middle value in an ordered dataset, dividing it into two equal halves.

What is the mode?
The most frequently occurring value in a dataset.
What is standard deviation?
A measure of the spread or variability of data around the mean.

What is variance?
The average of the squared deviations of each data point from the mean.

What is the range?
The difference between the maximum and minimum values in a dataset.

What is the interquartile range (IQR)?
The range of the middle 50% of data, calculated as the difference between the first and third quartiles.

What does skewness measure?
The asymmetry of a data distribution.

What does kurtosis measure?
The "peakedness" of a distribution compared to a normal distribution.

What is a percentile?
A value that divides the dataset into 100 equal parts. Example: The 90th percentile includes 90% of the data below it.
What are quartiles?
Values dividing the dataset into four equal parts:
What is a histogram used for?
visualizing the frequency distribution of data.
What is a boxplot used for?
Visualizing data spread, medians, quartiles, and identifying outliers.
What is a scatterplot used for?
Exploring relationships between two variables.
What is a bar chart used for?
Comparing group means or other aggregate values.
What is a pie chart used for?
Displaying proportional contributions of categories to the whole.
What is an outlier?
A data point significantly deviating from the rest of the dataset, potentially affecting results.
What is a z-score?
A standardized value showing how many standard deviations a data point is from the mean.

What is data transformation?
Applying mathematical functions (e.g., logarithmic or square root) to modify data distribution.
What is recoding in SPSS?
Changing or grouping variable values to create new categories.
How can normality be assessed?