Ssplitplot

Computing of a standard (simple) split-plot design analysis of variance.

Al momento, stai seguendo questo contributo

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.

Cita come

Antonio Trujillo-Ortiz (2026). Ssplitplot (https://it.mathworks.com/matlabcentral/fileexchange/3996-ssplitplot), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0

It was added an appropriate format to cite this file.