two_factor_anova_table Derived Type

type, public :: two_factor_anova_table

Defines a two-factor ANOVA results table.


Contents


Components

Type Visibility Attributes Name Initial
type(anova_factor), public :: interaction

The interaction effects.

type(anova_factor), public :: main_factor_1

The first main-factor results.

type(anova_factor), public :: main_factor_2

The second main-factor results.

real(kind=real64), public :: overall_mean

The overall mean value.

real(kind=real64), public :: total_dof

The total number of degrees of freedom.

real(kind=real64), public :: total_sum_of_squares

The total sum of squares.

real(kind=real64), public :: total_variance

The total variance estimate.

type(anova_factor), public :: within_factor

The within (error) factor results.