Analysis of Variance (from \(RSS\) and \(ESS\))
.anovatable(RSS = NULL, ESS = NULL, n, k, X, y)
| RSS | Numeric. Residual sum of squares.  | 
    
|---|---|
| ESS | Numeric. Explained sum of squares.  | 
    
| n | Integer. Sample size.  | 
    
| k | Integer. Number of regressors including a regressor whose value is 1 for each observation.  | 
    
| X | 
  | 
    
| y | Numeric vector of length   | 
    
Returns the ANOVA table.
Other hypothesis testing functions: 
anovatable(),
ci(),
nhst()
Ivan Jacob Agaloos Pesigan
Ivan Jacob Agaloos Pesigan