Description Usage Arguments Value Author(s) Examples
Computes data needed for a XY Pareto plot.
1 2 3  | 
r_mat | 
 A correlation matrix.  | 
x_col | 
 A vector of columns representing predictor variables.  | 
y_col | 
 A vector of columns representing criterion variables.  | 
d_vec | 
 A vector of d scores.  | 
gen | 
 The number of iterations used by the algorithim.  | 
pop | 
 The population or number of cases used by the algorithim.  | 
pred_lower | 
 The minimum weight allowed for each predictor.  | 
pred_upper | 
 The maximum weight allowed for each predictor.  | 
A matrix of beta weights for each criteria weight
A matrix of multiple correlations or d values corresponding to each row of beta weights.
A vector indicating whether each value is pareto optimal
Allen Goebl Jeff Jones
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.