estmb | R Documentation |
Check the estimability of row vectors of coefficients.
estmb(L, X, g2, eps=1e-8)
L |
row vectors of coefficients |
X |
a model (design) matrix from |
g2 |
g2 generalized inverse of |
eps |
absolute value less than this is considered to be zero. |
It checks the estimability of L, row vectors of coefficients. This corresponds to SAS PROC GLM ESTIMATE. See <Kennedy Jr. WJ, Gentle JE. Statistical Computing. 1980> p361 or <Golub GH, Styan GP. Numerical Computations for Univariate Linear Models. 1971>.
a vector of logical values indicating which row is estimable (as TRUE)
Kyun-Seop Bae k@acr.kr
G2SWEEP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.