MSEbeta | R Documentation |
Calculate MSE values for different beta estimation methods
MSEbeta(X, Y, alpha, K, nk)
X |
The design matrix (observations). |
Y |
The response vector. |
alpha |
The significance level. |
K |
The number of subsets. |
nk |
The length of subsets (number of observations in each subset). |
A list containing:
MSECOR |
The MSE of the COR beta estimator. |
MSEAopt |
The MSE of the A-optimal beta estimator. |
MSEDopt |
The MSE of the D-optimal beta estimator. |
MSElic |
The MSE of the LIC beta estimator. |
Guo, G., Song, H. & Zhu, L. The COR criterion for optimal subset selection in distributed estimation. Statistics and Computing, 34, 163 (2024). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s11222-024-10471-z")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.