Learn R Programming

petersenlab (version 1.1.0)

disattenuationCorrelation: Disattenuation of Observed Correlation Due to Measurement Error.

Description

Estimate the true association between the predictor and criterion after accounting for the degree to which a true correlation is attenuated due to measurement error.

Usage

disattenuationCorrelation(
  observedAssociation,
  reliabilityOfPredictor,
  reliabilityOfCriterion
)

Value

True association between predictor and criterion.

Arguments

observedAssociation

Magnitude of observed association (r value).

reliabilityOfPredictor

Reliability of predictor (from 0 to 1).

reliabilityOfCriterion

Reliability of criterion/outcome (from 0 to 1).

Details

Estimate the true association between the predictor and criterion after accounting for the degree to which a true correlation is attenuated due to random measurement error (unreliability).

See Also

Other correlation: attenuationCorrelation()

Examples

Run this code
disattenuationCorrelation(
  observedAssociation = .7,
  reliabilityOfPredictor = .9,
  reliabilityOfCriterion = .85)

Run the code above in your browser using DataLab