π§ͺ Experimental Design & Analysis
Comprehensive module for academic researchers β 10 experimental designs with full ANOVA tables, post-hoc tests, effect sizes, APA output, and R verification.
DESIGN SELECTION GUIDE
| Design | When to Use | Controls | Key Output |
|---|---|---|---|
| CRD One-Way ANOVA | Homogeneous units, single factor with k levels | β | F-test, Tukey HSD, Ξ·Β², ΟΒ² |
| RCBD Block Design | One nuisance variable (e.g. batch, location, day) | 1 blocking factor | Treatment F, Block F, RE vs CRD |
| Latin Square | Two nuisance variables (e.g. row Γ column) | 2 blocking factors | Treatment F, row/col F |
| Factorial Two-Way ANOVA | Two (or three) factors; study interactions | β | Main effects, interaction, plots |
| Split-Plot | Hard-to-change factor (whole-plot) + easy factor (subplot) | Blocks | Separate F-tests for WP & SP |
| ANCOVA | Control a continuous covariate (pre-test score, ageβ¦) | Covariate | Adjusted means, slopes test |
| Repeated Measures | Same subjects measured at multiple time points | Subjects | Mauchly's W, GG/HF correction |
| Crossover (AB/BA) | Subjects receive all treatments in sequence; clinical trials | Period, carryover | Treatment, period, carryover tests |
| Nested/Hierarchical | Factor B levels differ within each level of factor A | β | Variance components, EMS |
| RSM / CCD | Optimize process; find best factor settings | β | Response surface equation, optimum |
FEATURES
π Full ANOVA Tables
All SS, df, MS, F, p-values per source
All SS, df, MS, F, p-values per source
π¬ Post-Hoc Tests
Tukey HSD, Bonferroni, LSD, ScheffΓ©, Duncan
Tukey HSD, Bonferroni, LSD, ScheffΓ©, Duncan
π Effect Sizes
Ξ·Β², partial Ξ·Β², ΟΒ², Cohen's f
Ξ·Β², partial Ξ·Β², ΟΒ², Cohen's f
β
Assumption Tests
Levene's test, Mauchly's sphericity, normality
Levene's test, Mauchly's sphericity, normality
π€ AI Interpretation
Plain-language results summary
Plain-language results summary
π APA Format
Publication-ready results paragraph
Publication-ready results paragraph
π R Verification
Cross-check via WebR β real R 4.5.1
Cross-check via WebR β real R 4.5.1
π Interaction Plots
Visualize factorial interactions & profiles
Visualize factorial interactions & profiles
π Demo Data
One-click realistic datasets for each design
One-click realistic datasets for each design
π΅ CRD β Completely Randomized Design
One-Way ANOVA: k treatments, experimental units randomly assigned to treatments. Use when units are homogeneous and no blocking is needed.
DATA & OPTIONS
πData format: CSV with one column per treatment group. First row = group names. Each row = one observation per group (unequal sizes: leave blank cells).
Example:
Example:
Control,Drug_A,Drug_B
Editable Data Grid β CRD
π‘ Click "Apply to CSV" to transfer grid data to the text area below, then click Run Analysis.
π€ AI Interpretation
π¦ RCBD β Randomized Complete Block Design
Two-way ANOVA without interaction: partition block variation to increase precision. Each block contains every treatment exactly once.
DATA & OPTIONS
πData format: 3 columns β
Treatment, Block, Response. Each treatment must appear exactly once per block.
Editable Data Grid β RCBD
π‘ Columns: Treatment, Block, Response. Click "Apply to CSV" when done.
π€ AI Interpretation
π§ Latin Square Design
Controls two nuisance factors (rows and columns) simultaneously. Requires n treatments, n rows, and n columns (nΓn layout).
DATA & OPTIONS
πData format: 4 columns β
Row, Col, Trt, Response. Exactly one observation per (row, col) cell.
Editable Data Grid β Latin Square
π‘ Columns: Row, Col, Trt, Response. Click "Apply to CSV" when done.
π€ AI Interpretation
π© Factorial Design (Two-Way ANOVA)
Study main effects and interactions of two (or three) factors simultaneously. Supports balanced and unbalanced designs.
DATA & OPTIONS
πData format: CSV columns β
FactorA, FactorB, Response. Each row is one observation. Multiple rows per combination = replicates.
Editable Data Grid β Factorial
π‘ Columns: FactorA, FactorB, Response (add FactorC for 3-way). Click "Apply to CSV" when done.
π€ AI Interpretation
π· Split-Plot Design
Factor A applied to whole plots (blocks), Factor B applied to subplots within each whole plot. Uses two separate error terms.
DATA & OPTIONS
πData format: 4 columns β
Block, WholePlotA, SubplotB, Response. Each block contains all combinations of A and B.
Editable Data Grid β Split-Plot
π‘ Columns: Block, WholePlotA, SubplotB, Response. Click "Apply to CSV" when done.
π€ AI Interpretation
π ANCOVA β Analysis of Covariance
Adjusts group means for a continuous covariate (pre-test score, age, weightβ¦). Increases power and removes covariate bias. Assumes homogeneity of regression slopes.
DATA & OPTIONS
πData format: 3 columns β
Group, Covariate, Response. Covariate is measured before treatment (e.g. pre-test score, baseline).
Editable Data Grid β ANCOVA
π‘ Columns: Group, Covariate, Response. Click "Apply to CSV" when done.
π€ AI Interpretation
π Repeated Measures ANOVA
Within-subjects design: same participants measured across time points or conditions. Mauchly's sphericity test with Greenhouse-Geisser and Huynh-Feldt corrections.
DATA & OPTIONS
πData format (wide): First column = Subject ID, remaining columns = measurement at each time point. Column names become condition/time labels.
Editable Data Grid β Repeated Measures (wide format)
π‘ Row 1 = header (Subject, T1, T2, β¦). Each subsequent row = one subject. Click "Apply to CSV" when done.
π€ AI Interpretation
π Crossover Design (AB/BA)
2Γ2 crossover trial: subjects receive both treatments in different sequences. Tests treatment, period, and carryover effects (Grizzle 1965).
DATA & OPTIONS
πData format: 5 columns β
Subject, Sequence, Period, Treatment, Response. Sequence must be AB or BA. Period must be 1 or 2.
Editable Data Grid β Crossover
π‘ Columns: Subject, Sequence (AB/BA), Period (1/2), Treatment, Response. Click "Apply to CSV" when done.
π€ AI Interpretation
ποΈ Nested (Hierarchical) Design
Factor B is nested within Factor A β B levels are not the same across A levels (e.g. technicians within labs, students within classes). Estimates variance components.
DATA & OPTIONS
πData format: 3 columns β
FactorA, FactorB, Response. Factor B labels are unique within each level of A (e.g. Lab1-Tech1, Lab1-Tech2, Lab2-Tech1 are different technicians).
Editable Data Grid β Nested Design
π‘ Columns: FactorA, FactorB (nested in A), Response. Click "Apply to CSV" when done.
π€ AI Interpretation
π― Response Surface Methodology (CCD)
Fit a second-order polynomial model to find optimal factor settings. Supports 2-factor Central Composite Design. Reports ANOVA for regression, lack-of-fit, and stationary point.
DATA & OPTIONS
πData format: 3 columns β
x1, x2, Response. Use coded values (βΞ±, β1, 0, +1, +Ξ±) where Ξ± = 1.414 for rotatability (2-factor CCD). Include center point replicates.
Editable Data Grid β RSM / CCD
π‘ Columns: x1, x2, Response (coded values: β1.414, β1, 0, +1, +1.414). Click "Apply to CSV" when done.
π€ AI Interpretation