Description Usage Arguments Details Value Author(s) See Also
Estimated Regression Intercept \hat{β}_{1}
1  | .intercepthat(slopeshat = NULL, muyhat = NULL, muXhat = NULL, X, y)
 | 
slopeshat | 
 Numeric vector of length   | 
muyhat | 
 Numeirc. Estimated mean of the regressand variable y ≤ft( \hat{μ}_y \right).  | 
muXhat | 
 Vector of length   | 
X | 
 
  | 
y | 
 Numeric vector of length   | 
The intercept β_1 is given by
\hat{β}_1 = \hat{μ}_y - \boldsymbol{\hat{μ}}_{\mathbf{X}} \boldsymbol{\hat{β}}_{2, \cdots, k}^{T} .
Returns the estimated intercept \hat{β}_1 of a linear regression model derived from the estimated means and the slopes ≤ft( \boldsymbol{\hat{β}}_{2, \cdots, k} \right) .
Ivan Jacob Agaloos Pesigan
Other beta-hat functions: 
.betahatnorm(),
.betahatqr(),
.betahatsvd(),
.slopeshatprime(),
.slopeshat(),
betahat(),
intercepthat(),
slopeshatprime(),
slopeshat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.