View source: R/attenuationCorrelation.R
attenuationCorrelation | R Documentation |
Estimate the observed association between the predictor and criterion after accounting for the degree to which a true correlation is attenuated due to measurement error.
attenuationCorrelation(
trueAssociation,
reliabilityOfPredictor,
reliabilityOfCriterion
)
trueAssociation |
Magnitude of true association (r value). |
reliabilityOfPredictor |
Reliability of predictor (from 0 to 1). |
reliabilityOfCriterion |
Reliability of criterion/outcome (from 0 to 1). |
Estimate the association that would be observed between the predictor and criterion after accounting for the degree to which a true correlation is attenuated due to random measurement error (unreliability).
Observed correlation between predictor and criterion.
Other correlation:
disattenuationCorrelation()
attenuationCorrelation(
trueAssociation = .7,
reliabilityOfPredictor = .9,
reliabilityOfCriterion = .85)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.