Test Regression Coefficients
testRegressionCoefficients.Rd
Provides statistical significance tests for the regression coefficients.
Usage
# Default S3 method
testRegressionCoefficients(frame, y=NULL, main=NULL, digits=3)
# S3 method for class 'wss'
testRegressionCoefficients(DescStats, CorrStats, y=NULL, main=NULL, digits=3)
Value
The returned list contains one frame with the following components:
- Est
the regression coefficients
- SE
the standard errors for the regression coefficients
- df
the degrees of freedom for the regression coefficients
- t
the t values for the regression coefficients
- p
the p values for the regression coefficients