Defines a single-factor ANOVA results table.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(anova_factor), | public | :: | main_factor |
The main, or 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-treatement (error) results. |