Description Usage Arguments Author(s) References See Also Examples
Standard Errors of Standardized Estimates of Regression Coefficients (Textbook)
1 | sehatslopeshatprimetb(X, y)
|
X |
|
y |
Numeric vector of length |
Ivan Jacob Agaloos Pesigan
Yuan, K., Chan, W. (2011). Biases and Standard Errors of Standardized Regression Coefficients. Psychometrika 76, 670-690. doi:10.1007/s11336-011-9224-6.
Other standard errors of estimates of regression coefficients functions:
.sehatbetahatbiased()
,
.sehatbetahat()
,
.sehatslopeshatprimedelta()
,
.sehatslopeshatprimetb()
,
sehatbetahatbiased()
,
sehatbetahat()
,
sehatslopeshatprimedelta()
1 2 3 4 5 6 7 8 9 10 11 | # Simple regression------------------------------------------------
X <- jeksterslabRdatarepo::wages.matrix[["X"]]
X <- X[, c(1, ncol(X))]
y <- jeksterslabRdatarepo::wages.matrix[["y"]]
sehatslopeshatprimetb(X = X, y = y)
# Multiple regression----------------------------------------------
X <- jeksterslabRdatarepo::wages.matrix[["X"]]
# age is removed
X <- X[, -ncol(X)]
sehatslopeshatprimetb(X = X, y = y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.