Quantitative · finished

Did it change before and after — one pre/post set

Synthetic data, 120 respondents, 6 columns, five steps — who answered, the shape of the score, a paired t-test, the nonparametric alternative, and a group comparison that controls for the pre-test

Research question — Did satisfaction change from before to after the program, and does that change differ by participation?

Synthetic practice data — not a real survey

Raw data 사전사후_프로그램_만족도.csv · 120 rows

Synthetic practice data — not a real survey and not any organization’s data. A seeded generator in the repository builds the 120-row sample: the two groups start from the same place on the pre-test, and only the size of the change differs (the planted coefficients are written in that generator). Every table and APA sentence is a measured result produced by running the repository’s own engines.

respondentgroupgenderage_bandsatisfaction_presatisfaction_post
R001ParticipatedFemale20s3.44.3
R002Not participatedFemale20s3.13.1
R003ParticipatedMale20s3.73.6
R004Not participatedMale20s3.43.4
R005ParticipatedFemale30s3.84.4

The study, step by step — what was actually produced

  1. ① Who answered — count participation, gender and age band

    Count first: how many took part and how many did not, and how gender and age band split. Skip this and every later test reports without saying how many people it ran on.

    A frequency analysis was conducted on group, gender and age_band (N = 120). For group (2 categories), "Not participated, Participated" each appeared equally often (60, 50.0% of valid cases); valid n = 120, missing = 0. For gender (2 categories), "Male, Female" each appeared equally often (60, 50.0% of valid cases); valid n = 120, missing = 0. For age_band (4 categories), "20s, 30s" each appeared equally often (32, 26.7% of valid cases); valid n = 120, missing = 0. No missing data were present.
  2. ② The shape of the score — before and after, side by side

    Mean, standard deviation, median, range, skewness and kurtosis for both time points at once. A distribution piled up on one side changes which test belongs in the next step.

    Descriptive statistics were computed for satisfaction_pre and satisfaction_post (N = 120). For satisfaction_pre, M = 3.22, SD = 0.58, Mdn = 3.25, range = 1.80–4.80. Skewness = 0.04 and kurtosis = -0.34, within normal range. For satisfaction_post, M = 3.49, SD = 0.71, Mdn = 3.50, range = 1.80–5.00. Skewness = -0.18 and kurtosis = -0.24, within normal range. No missing data were present.
  3. ③ Paired-samples t-test — did the same people change

    The same people were measured twice, so this is a paired test, not a comparison of two groups. The mean difference with its confidence interval and an effect size (Cohen’s d) come with it. The engine qualifies when there is one set of paired numeric measures such as pre and post (N≥10), and that is read off the column names — which is why this sample names its columns satisfaction_pre and satisfaction_post.

    Paired-samples t-tests examined change in satisfaction_pre–satisfaction_post (N = 120). There was a significant change from satisfaction_pre (M = 3.22, SD = 0.58) to satisfaction_post (M = 3.49, SD = 0.71), t(119) = -7.53, p < .001, d = -0.69, 95% CI [-0.34, -0.20].
  4. ④ The nonparametric alternative — when normality is doubtful

    If the distributional assumption is uncomfortable, work with ranks instead (Wilcoxon signed-rank). It answers the same question by another route, and neither is called better — both passed the eligibility check.

    A Wilcoxon signed-rank test indicated a significant change from satisfaction_pre (Mdn = 3.25) to satisfaction_post (Mdn = 3.50), W = 855.500, Z = -6.254, p < .001, r = .57, N = 120.
  5. ⑤ Control the pre-test, then compare groups — ANCOVA

    “Did the participants gain more?” cannot be answered by comparing post-test scores alone, because the starting points may differ. Putting the pre-test in as a covariate compares the groups after leveling those starting points. In the registry this engine sits under group difference, not change over time — but with pre/post data this is where that question gets answered.

    An ANCOVA examined the effect of group on satisfaction_post, controlling for satisfaction_pre (N = 120). The covariate satisfaction_pre was significant, F(1, 117) = 362.71, p < .001. After adjustment, the effect of group was significant, F(1, 117) = 52.92, p < .001, η² = .10. Adjusted means were Group Not participated 3.27, Group Participated 3.71.

Key results

Codebook — variables and values

A description of the data — not a statistical result.

VariableLabelValues
respondentRespondent numberR001–R120
groupProgram participationParticipated · Not participated
genderGenderFemale · Male
age_bandAge band20s · 30s · 40s · 50 and over
satisfaction_preSatisfaction (before)1–5 Likert mean
satisfaction_postSatisfaction (after)1–5 Likert mean

① Who answered — Frequency table

Total N = 120, Total missing = 0 · Cumulative percent: based on valid responses

VariableCategoryFrequencyPercentValid PercentCumulative Percent
groupNot participated6050.050.050.0
groupParticipated6050.050.0100.0
genderMale6050.050.050.0
genderFemale6050.050.0100.0
age_band20s3226.726.726.7
age_band30s3226.726.753.3
age_band40s2823.323.376.7
age_band50 and over2823.323.3100.0
Total120100.0100.0100.0

② Shape of the score — Descriptive statistics

Total N = 120, Total missing = 0

VariableNMeanStd. DeviationVarianceStd. ErrorMedianQ1Q3MinimumMaximumSkewnessKurtosis
satisfaction_pre1203.220.580.340.0533.252.803.61.84.80.039-0.345
satisfaction_post1203.490.710.510.0653.503.084.01.85.0-0.181-0.237

③ Paired t-test — Paired-samples t-test results

PairMeasureNMeanSDtdfpMean differenceCohen's d95% CI of difference
satisfaction_pre-satisfaction_postsatisfaction_pre1203.220.582-7.531119< .001-0.271-0.687[-0.342, -0.200]
satisfaction_post1203.490.714

④ Nonparametric — Descriptive statistics for paired variables

VariableNMedianMeanStd. Deviation
satisfaction_pre1203.2503.2220.582
satisfaction_post1203.5003.4930.714
Difference (1−2)120-0.200-0.2710.394

④ Nonparametric — Wilcoxon signed-rank test

StatisticValue
W855.500
Z-6.254
p (two-tailed)< .001
Effect size r0.571
N120
DecisionSignificant

⑤ Control the pre-test — ANCOVA results

Dependent variable: satisfaction_post · Covariate(s): satisfaction_pre

SourceSSdfMean square (MS)Fpη²
group5.74515.74552.917< .0010.099
satisfaction_pre (covariate)39.375139.375362.715< .0010.681
Residual12.7011170.109

⑤ Control the pre-test — Group means (raw / adjusted)

Adjusted means: predicted values with covariates held at grand means (approximate).

GroupNRaw meanAdjusted mean
Not participated603.2253.273
Participated603.7603.712

Representative quotes

Every quote is a sentence that exists in the raw data (excerpt-existence check passed).

    Paper-ready tables

    Copying opens an editable duplicate in your workbench — this showcase stays as it is.