.paretoXX {iopsych} | R Documentation |
Computes data needed for a XX Pareto plot.
.paretoXX(r_mat, x_col, y_col, pts = 100)
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. |
Points along the pareto optimal surface and the predictor weights used to compute them.
Allen Goebl and Jeff Jones
print("example needed")