SS {sasLM} | R Documentation |
Sum of Square
Description
Sum of squares with ANOVA.
Usage
SS(x, rx, L, eps=1e-8)
Arguments
x |
a result of |
rx |
a result of |
L |
linear hypothesis, a full matrix matching the information in |
eps |
Less than this value is considered as zero. |
Details
It calculates sum of squares and completes the ANOVA table.
Value
ANOVA table |
a classical ANOVA table without the residual(Error) part. |
Author(s)
Kyun-Seop Bae k@acr.kr
See Also
[Package sasLM version 0.10.4 Index]