.indexMat {iopsych} | R Documentation |
Finds rxx and rxy for a correlation matrix
.indexMat(r_mat, y_col, x_col)
r_mat |
A correlation matrix. |
y_col |
A vector of columns representing criterion variables. |
x_col |
A vector of columns representing predictor variables. |
Matrix rxx, and vector rxy.
Allen Goebl and Jeff Jones
print("example needed")