Learn R Programming

iopsych (version 0.90.1)

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

Examples

Run this code
print("example needed")

Run the code above in your browser using DataLab