rmatRegPE {iopsych}R Documentation

Partially evaluated regression

Description

Returns a function for calculating beta weights and R2 which has been partially evalauted with respect to rxx.

Usage

rmatRegPE(rxx)

Arguments

rxx

A matrix of predictor intercorrelations.

Value

Partially evaluated regression function.

Author(s)

Allen Goebl and Jeff Jones

Examples

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)

[Package iopsych version 0.90.1 Index]