Defines an ANOVA factor result.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | dof |
The number of degrees of freedome. |
|||
real(kind=real64), | public | :: | f_statistic |
The F-statistic. |
|||
real(kind=real64), | public | :: | probability |
The variance probability term. |
|||
real(kind=real64), | public | :: | sum_of_squares |
The sum of the squares. |
|||
real(kind=real64), | public | :: | variance |
The estimate of variance. |