.checkIndex {iopsych} | R Documentation |
Are y_col and x_col appropriate indexs for r_mat?
Description
Are y_col and x_col appropriate indexs for r_mat?
Usage
.checkIndex(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
Nothing. Will result in an error if test fails.
Author(s)
Allen Goebl and Jeff Jones
Examples
print("example needed")
[Package iopsych version 0.90.1 Index]