.intercept()
|
Regression Intercept \(\beta_{1}\) |
.slopes()
|
Regression Slopes \(\boldsymbol{\beta}_{2, \cdots, k}\) |
.slopesprime()
|
Regression Standardized Slopes \(\boldsymbol{\beta}_{2, \cdots, k}^{\prime}\) |
intercept()
|
Regression Intercept \(\beta_{1}\) |
sigma2epsilon()
|
Error Variance \(\sigma_{\varepsilon}^{2}\) |
slopes()
|
Regression Slopes \(\boldsymbol{\beta}_{2, \cdots, k}\) |
slopesprime()
|
Regression Standardized Slopes \(\boldsymbol{\beta}_{2, \cdots, k}^{\prime}\) |
betahat()
|
Estimates of Regression Coefficients \(\boldsymbol{\hat{\beta}}\) |
.betahatnorm()
|
Estimates of Regression Coefficients
\(
\boldsymbol{\hat{\beta}} = \left( \mathbf{X}^{T} \mathbf{X} \right)^{-1}
\left( \mathbf{X}^{T} \mathbf{y} \right)
\) |
.betahatqr()
|
Estimates of Regression Coefficients
\(\boldsymbol{\hat{\beta}}\) - QR Decomposition |
.betahatsvd()
|
Estimates of Regression Coefficients
\(\boldsymbol{\hat{\beta}}\) - Singular Value Decomposition |
.intercepthat()
|
Estimated Regression Intercept \(\hat{\beta}_{1}\) |
.slopeshat()
|
Estimates of Regression Slopes \(\boldsymbol{\hat{\beta}}_{2, \cdots, k}\) |
.slopeshatprime()
|
Estimates of Regression Standardized Slopes \(\boldsymbol{\hat{\beta}}_{2, \cdots, k}^{\prime}\) |
intercepthat()
|
Estimated Regression Intercept \(\hat{\beta}_{1}\) |
slopeshat()
|
Estimates of Regression Slopes \(\boldsymbol{\hat{\beta}}_{2, \cdots, k}\) |
slopeshatprime()
|
Estimates of Regression Standardized Slopes \(\boldsymbol{\hat{\beta}}_{2, \cdots, k}^{\prime}\) |
.sehatbetahat()
|
Standard Errors of Estimates of Regression Coefficients (from \(\hat{\sigma}_{\varepsilon \ \textrm{unbiased}}^{2}\)) |
.sehatbetahatbiased()
|
Standard Errors of Estimates of Regression Coefficients (from \(\hat{\sigma}_{\varepsilon \ \textrm{biased}}^{2}\)) |
.sehatslopeshatprimedelta()
|
Standard Errors of Standardized Estimates of Regression Coefficients (Yuan and Chan (2011)) |
.sehatslopeshatprimetb()
|
Standard Errors of Standardized Estimates of Regression Coefficients (Textbook) |
sehatbetahat()
|
Standard Errors of Estimates of Regression Coefficients (from \(\hat{\sigma}_{\varepsilon \ \textrm{unbiased}}^{2}\)) |
sehatbetahatbiased()
|
Standard Errors of Estimates of Regression Coefficients (from \(\hat{\sigma}_{\varepsilon \ \textrm{biased}}^{2}\)) |
sehatslopeshatprimedelta()
|
Standard Errors of Standardized Estimates of Regression Coefficients (Yuan and Chan (2011)) |
sehatslopeshatprimetb()
|
Standard Errors of Standardized Estimates of Regression Coefficients (Textbook) |