solveBeta: Find beta weights

Description Usage Arguments Value Author(s) Examples

Description

Find beta weights

Usage

1
solveBeta(rxx, rxy)

Arguments

rxx

A matrix of predictor intercorrelations.

rxy

A vector of predictor criterion intercorrelations, or a matrix with one row per criterion.

Value

A vector or matrix of regression weights.

Author(s)

Allen Goebl and Jeff Jones

Examples

1
2
3
4
5
6
7
library(iopsych)
data(dls2007)
dat <- dls2007[1:6, 2:7]
rxx <- dat[1:4, 1:4]
rxy <- dat[1:4, 5]

solveBeta(rxx=rxx, rxy=rxy)

allengoebl/iopsych documentation built on May 10, 2019, 9:22 a.m.