.paretoXX {iopsych} | R Documentation |
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.
Author(s)
Allen Goebl and Jeff Jones
Examples
print("example needed")
[Package iopsych version 0.90.1 Index]