Learn R Programming

sasLM (version 0.10.5)

SS: Sum of Square

Description

Sum of squares with ANOVA.

Usage

SS(x, rx, L, eps=1e-8)

Value

ANOVA table

a classical ANOVA table without the residual(Error) part.

Arguments

x

a result of ModelMatrix containing design information

rx

a result of lfit

L

linear hypothesis, a full matrix matching the information in x

eps

Less than this value is considered as zero.

Author

Kyun-Seop Bae k@acr.kr

Details

It calculates sum of squares and completes the ANOVA table.

See Also

ModelMatrix, lfit