rmatRegPE: Partially evaluated regression

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
rmatRegPE(rxx)

Arguments

rxx

A matrix of predictor intercorrelations.

Value

Partially evaluated regression function.

Author(s)

Allen Goebl and Jeff Jones

Examples

1
2
3
4
5
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)

iopsych documentation built on May 2, 2019, 2:27 p.m.