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

dustinfife/selection documentation built on Aug. 17, 2020, 5:43 a.m.