Learn R Programming

iopsych (version 0.90.1)

rmatRegPE: 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.

Examples

Run this code
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)

Run the code above in your browser using DataLab