Scoring scale: 0 (Rarely) to 3 (Most/all the time).
Example questions cover various aspects of depression like appetite, sleep, and feelings of worthlessness.
Z-Score Formula
Captures the raw score’s deviation from the mean.
Formula: z = \frac{X - \mu}{\sigma} where:
X = raw score
\mu = mean of the distribution
\sigma = standard deviation
Rule of Thumb for Normal Data
In a normal distribution, 95% of scores fall within ±2 SD from the mean, critical for determining margins of error and statistical significance.
Standardized Mean Difference (Cohen's d)
Indicates effect size by comparing means of two groups in standard deviation units:
Use: d = \frac{M1 - M2}{s_{p}}
Where M1, M2 are the means of the two groups and s_{p} is the pooled standard deviation.
Effect Size Guidelines (Cohen's d)
Negligible: |d| < 0.20
Small: 0.20 ≤ |d| < 0.50
Moderate: 0.50 ≤ |d| < 0.80
Large: |d| ≥ 0.80
Data Analysis Using Jamovi and RStudio
R packages like ggplot2 and psych are utilized for visualizing and analyzing data such as CES-D scores across groups.
Example analysis shows differences in CES-D scores for malignant vs non-malignant diagnoses—with an example output indicating a standardized mean difference of 0.45, a small effect size.
Study Questions
Convert a T score of 75 (mean 50, sd 10) to a z-score.
Analyze the implications of a z-score of -2 from a Beck score baseline.
Calculate and interpret effect size for a treatment impacting anxiety.
Reflect upon the magnitude of a change in pain scores from a new pain management program with a standardized mean difference of 0.25.