Reliability asked whether our sensor is consistent. Validity asks the harder, more important question: is it measuring what we think it is measuring? A scale that reliably reads five pounds heavy is useless; a reaction-time task that “measures attention” but actually measures how fast someone can move a finger will send a whole literature down the wrong road. Validity is where measurement meets meaning, and it is never a single number; it is an argument you build.
10.1 Learning Objectives
Distinguish validity (on target) from reliability (consistent).
Know the forms of validity that concern a measure.
Know the forms of validity that concern an inference or study.
Understand why validity is an accumulating argument, not a one-time test.
10.2 Validity of the Measure
The first family of validity questions is about the measure itself - does this instrument capture the construct it claims to?
Face validity - does it look right on the surface? The weakest form (appearances deceive), but not nothing: a measure that looks absurd will not be trusted or used.
Content validity - do the items cover the whole construct, not just a convenient slice? A math test that only asks about addition has poor content validity for “math ability.”
Criterion validity - does the measure correlate with an external benchmark (a criterion) it should? Two timings:
Concurrent - agrees with a criterion measured now (a new depression scale tracks a clinician’s diagnosis today).
Predictive - forecasts a criterion in the future (the SAT predicting college GPA).
Construct validity - the big one, the umbrella over all the others: does the measure behave the way the theory of the construct says it should? This is assembled from two complementary pieces:
Convergent validity - it correlates with things it should (a new anxiety scale agrees with established anxiety scales).
Discriminant validity - it does not correlate with things it should not (that anxiety scale is not just re-measuring general negative mood or verbal ability).
* Convergent vs discriminant validity as a correlation matrix.
CORRELATIONS
/VARIABLES=new_scale old_scale verbal.
usingStatistics# correlation matrix of the three measurescor(Matrix(df[:, [:new_scale, :old_scale, :verbal]]))
We want the top-left block (new vs. old anxiety) to be high - convergent - and the correlations with verbal to be near zero - discriminant. A measure earns construct validity by passing both tests at once.
10.3 Validity of the Inference
The second family is broader and, for a working scientist, even more consequential. These validities are not about a single instrument but about whether the conclusions of a whole study hold up. (This framework comes from the Campbell–Shadish–Cook tradition of research design.)
Statistical conclusion validity - is there really a relationship, and did we estimate it correctly? Threatened by low power, violated assumptions, and the fishing expeditions we warned about in the hypothesis-testing chapter.
Internal validity - can we claim X actually caused Y, rather than some lurking third variable? This is what randomized experiments buy you, and what correlational studies cannot.
External validity - do the results generalize - to other people, settings, times, and versions of the treatment? A finding true only of sophomores in one lab in one year is real but narrow.
Construct validity (of the study) - are the operations we ran (this manipulation, this measure) faithful stand-ins for the constructs we theorize about? It is the same construct-validity idea, now aimed at the whole design rather than one scale.
These four often trade off. Tightening internal validity (a controlled lab experiment) frequently costs external validity (the lab is not the world). Recognizing which validity you are buying, and which you are sacrificing, is the mark of a mature researcher.
ImportantReliability and Validity, Side by Side
Return to the dartboard. Reliability is a tight cluster (consistent). Validity is a cluster on the bullseye (accurate). You can be:
Reliable but not valid - tight cluster in the wrong corner (the scale that always reads five pounds heavy). Dangerous, because the consistency feels like trustworthiness.
Valid but not reliable - centered on the bullseye but scattered wide. Rare in practice, since heavy noise usually drags accuracy down too.
Neither - scattered and off-target. At least it is obviously bad.
Both - tight and centered. The goal.
Reliability is necessary but not sufficient for validity. A consistent measure of the wrong thing is still a measure of the wrong thing.
10.4 Validity Is an Argument, Not a Verdict
There is no single test, no magic coefficient, that stamps a measure “VALID.” Validity is a case you build over time, from many studies and many kinds of evidence - convergent here, predictive there, a failed discriminant test forcing a revision. It is provisional and cumulative, exactly like science itself. Treat any claim of validity as an ongoing argument that new evidence can strengthen or overturn.
NoteFrom the Field
Reconceiving what a measure captures is genuine research. Coan, Allen, and McKnight (Coan et al. 2006) argued that frontal EEG asymmetry is better understood as a capability than a fixed trait, a validity argument that changed how the measure is interpreted. And McKnight and Sechrest (McKnight and Sechrest 2003) traced what goes wrong when a construct as basic as “experience” is invoked for decades without ever being measured well. The deepest measurement questions are validity questions.
10.5 Challenge
TipDo One Yourself
Pick a construct you care about (grit, burnout, reading ability). Sketch one concrete piece of evidence you would collect for its content, convergent, discriminant, and predictive validity.
Extend the correlation-matrix demo: add a second unrelated construct and confirm your new scale shows discriminant validity against both. What correlation pattern would make you doubt the scale?
Describe a study that is high in internal validity but low in external validity, and one that is the reverse. What did each buy, and what did each give up?
10.6 Where We Go Next
We now have trustworthy sensors - reliable and valid - feeding us clean data. At last we can build the machines that turn that data into inference. The unifying framework for all of them is the General Linear Model.
Coan, James A., John J. B. Allen, and Patrick E. McKnight. 2006. “A Capability Model of Individual Differences in Frontal EEG Asymmetry.”Biological Psychology 72 (2): 198–207.
McKnight, Patrick E., and Lee Sechrest. 2003. “The Use and Misuse of the Term ‘Experience’ in Contemporary Psychology: A Reanalysis of the Experience–Performance Relationship.”Philosophical Psychology 16 (3): 431–60.