Description Usage Arguments Value Note Author(s) References Examples
Regression
1 |
r_mat |
A correlation matrix. |
y_col |
The column representing the criterion variable. |
x_col |
A vector of columns representing predictor variables. |
N |
Number of observations |
alpha |
alpha value for (1 - alpha)% Confidence Interval |
Regression beta weights and R^2. If N is supplied, the standard error of the beta weights as well as the confidence intervals are returned as well.
If N is non-null the function will compute corrected standard errors for the standardized regression coefficients using the delta method. For additional details on the calculation of the corrected standard errors see Yuan and Chan (2011) and Jones and Waller (2015).
Allen Goebl and Jeff Jones
Jones, J. A. & Waller, N. G. (2015). The normal-theory and asymptotic distribution-free covariance matrix of standardized regression coefficients: Theoretical extensions and finite sample behavior. Psychometrika, 80, 365-378.
Yuan, K. and Chan, W. (2011). Biases and standard errors of standardized regression coefficients. Psychometrika, 76, 670-690.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.