SS: Sum of Square

View source: R/SS.R

SSR Documentation

Sum of Square

Description

Sum of squares with ANOVA.

Usage

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

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.

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

ModelMatrix, lfit


sasLM documentation built on Nov. 19, 2023, 5:12 p.m.