Ssplitplot
This file computes the standard (simple) split-plot design analysis of variance, taking into account the linear model:
x_jkl = µ + a_j + ß_k + d_jk + Þ_l + (ßÞ)_kl + e_jkl
where j = 1,...,a (blocks); k = 1,...,b (factor 1); l = 1,...,c (factor 2); d_jk ~ N[0,var_d] (error main plots); e_jkl ~ N[0,var_e] (error sub-plots).
It needs to input the data matrix (size of matrix must be n-by-4; data=column 1, block=column 2,factor 1=column 3, factor 2=column 4)[in some another notations the blocks source also is known as the replicates], and the significance level (default = 0.05).
It outputs a complete analysis of variance table.
Cite As
Antonio Trujillo-Ortiz (2026). Ssplitplot (https://ch.mathworks.com/matlabcentral/fileexchange/3996-ssplitplot), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Quality >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | It was added an appropriate format to cite this file. |
