Theta: Theta coefficient - measure of measurement internal...

View source: R/Theta.R

ThetaR Documentation

Theta coefficient - measure of measurement internal consistency based on principal component analysis

Description

The function theta coefficient, which is a measure of measurement internal consistency based on principal component analysis, or more precisely first eigenvalue.

Usage

Theta(C)

Arguments

C

Covariance or correlation matrix.

Value

The value of the theta coefficient.

Author(s)

Ales Ziberna

Examples

Theta(C=cor(mtcars[,1:6]))

multiUS documentation built on July 26, 2023, 3:02 p.m.

Related to Theta in multiUS...