Description Usage Arguments Value Examples
Modified estimator
1 | modified_estimator(X, Y, coef_vec = NULL)
|
X |
matrix |
Y |
vector |
coef_vec |
a vector |
double
1 2 3 4 | X <- matrix(rnorm(15),3,5)
Y <- c(2, 4.2, 5.8)
coef_vec <- c(1,2,3)
modified_estimator(X,Y,coef_vec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.