Learn R Programming

iopsych (version 0.90.1)

.paretoXX: Computes data needed for a XX Pareto plot.

Description

Computes data needed for a XX Pareto plot.

Usage

.paretoXX(r_mat, x_col, y_col, pts = 100)

Arguments

r_mat
A correlation matrix.
x_col
A vector of columns representing predictor variables.
y_col
A vector of columns representing criterion variables.
pts
The number of points used. Determines accuracy.

Value

Points along the pareto optimal surface and the predictor weights used to compute them.

Examples

Run this code
print("example needed")

Run the code above in your browser using DataLab