rmatRegPE {iopsych} | R Documentation |
Returns a function for calculating beta weights and R2 which has been partially evalauted with respect to rxx.
rmatRegPE(rxx)
rxx |
A matrix of predictor intercorrelations. |
Partially evaluated regression function.
Allen Goebl and Jeff Jones
Rxx <- matrix(c(1.00, 0.25, 0.40,
0.25, 1.00, 0.30,
0.40, 0.30, 1.00), 3, 3)
rmatRegPE(Rxx)