em: Estimate correlations with the EM

Description Usage Arguments Value Author(s) See Also Examples

View source: R/em.R

Description

This function estimates unattenuated correlations using the EM algorithm.

Usage

1

Arguments

data.matrix

a matrix where the rows consist of observations and the columns consist of variables

Value

returns a corrected correlation between the variables

Author(s)

Dustin Fife

See Also

See Also as rel.correction to correct the estimate for unreliability, caseIV, caseIIIR, caseIII

Examples

1
2
3
data(selection.example.data)
corrected.cor.matrix = em(data.matrix(selection.example.data))
corrected.cor.matrix

selection documentation built on May 30, 2017, 5:27 a.m.

Related to em in selection...