.indexMat {iopsych} | R Documentation |
Finds rxx and rxy for a correlation matrix
Description
Finds rxx and rxy for a correlation matrix
Usage
.indexMat(r_mat, y_col, x_col)
Arguments
r_mat |
A correlation matrix. |
y_col |
A vector of columns representing criterion variables. |
x_col |
A vector of columns representing predictor variables. |
Value
Matrix rxx, and vector rxy.
Author(s)
Allen Goebl and Jeff Jones
Examples
print("example needed")
[Package iopsych version 0.90.1 Index]