smc {psych}R Documentation

Find the Squared Multiple Correlation (SMC) of each variable with the remaining variables in a matrix

Description

The squared multiple correlation of a variable with the remaining variables in a matrix is sometimes used as initial estimates of the communality of a variable.

Usage

smc(R)

Arguments

R A correlation matrix or a dataframe. In the latter case, correlations are found.

Value

a vector of squared multiple correlations.

Author(s)

William Revelle

See Also

mat.regress, factor.pa

Examples

R <- make.hierarchical()
round(smc(R),2)
 

[Package psych version 1.0-58 Index]