Learn R Programming

iopsych (version 0.90.1)

.checkIndex: 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.

Examples

Run this code
print("example needed")

Run the code above in your browser using DataLab