Measurement Error and Sample Selection

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Flashcards covering measurement error (classical vs. classification), sample selection issues (MCAR, MAR, endogenous selection), and terminology from the Project STAR study notes.

Last updated 2:34 AM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Project STAR

Short for the Tennessee Student/Teacher Achievement Ratio experiment, it was the largest randomized experiment of its kind beginning in the 1985-86 school year, randomly assigning kindergarteners and teachers to small, regular, and regular+aide class configurations.

2
New cards

Education Production Function

A conceptual model for identifying the relationship between educational inputs (like class size) and outcomes (achievement), which Krueger (1999) notes is often uncertain because of specification issues and omitted variables.

3
New cards

Consistency

A property of an estimator where bias and sampling error vanish and the estimator collapses onto the underlying estimand as the sample size grows.

4
New cards

Measurement Error

Inaccurate data measurements of the phenomenon of interest, defined by the relationship Measurement=Truth+ErrorMeasurement = Truth + Error, or X=Xโˆ—+eX = X^* + e.

5
New cards

Classical Measurement Error Assumptions

The assumptions that 1) E(e)=0E(e) = 0, 2) the truth and error are independent (f(eโˆฃXโˆ—)=f(e)f(e|X^*) = f(e)), and 3) cov(Y,e)=0cov(Y, e) = 0.

6
New cards

Classification Error

A non-classical form of measurement error that occurs when categorical data (specifically dummy variables like Dโˆ—D^*) is misclassified, meaning the error ee must be negatively correlated with the truth.

7
New cards

False Positive (Classification)

The probability that a unit is recorded as having a characteristic or being in a treatment group when it is not, denoted as P(D=1โˆฃDโˆ—=0)P(D = 1|D^* = 0).

8
New cards

False Negative (Classification)

The probability that a unit is recorded as not having a characteristic or not being in a treatment group when it actually does, denoted as P(D=0โˆฃDโˆ—=1)P(D = 0|D^* = 1).

9
New cards

Law of Total Probability (LTP)

A principle used to decompose the probability of an observed assignment (like being assigned to a small class) into the sum of conditional probabilities involving the truth and error rates: P(D=1)=P(D=1โˆฃDโˆ—=1)P(Dโˆ—=1)+P(D=1โˆฃDโˆ—=0)P(Dโˆ—=0)P(D = 1) = P(D = 1|D^* = 1)P(D^* = 1) + P(D = 1|D^* = 0)P(D^* = 0).

10
New cards

Selected Sample

A sample that is not randomly drawn from the population, arising from mechanisms like sample design, nonresponse, or attrition.

11
New cards

Missing Completely at Random (MCAR)

A condition where the selection indicator SS is independent of both YY and XX, meaning P(S=1โˆฃY,X)=P(S=1)P(S = 1|Y, X) = P(S = 1).

12
New cards

Missing at Random (MAR)

A case where the selection process can depend on XX but not other unobserved factors, defined as E(YโˆฃX,S)=E(YโˆฃX)E(Y|X, S) = E(Y|X); this is also known as exogenous selection.

13
New cards

Endogenous Selection

A source of bias where sample selection is based on the outcome variable YY, making it problematic to learn about the Conditional Expectation Function E(YโˆฃX)E(Y|X).

14
New cards

Topcoding

A specific type of censoring problem where high-value observations (such as earnings) are surveyed but recorded at a fixed threshold value.

15
New cards

Item Non-response

A situation where a unit is included in the sample but has missing values for specific variables.

16
New cards

Unit Non-response

A situation where an entire unit from the population is omitted from the sample.

17
New cards

Imputation

The process of filling in missing values based on observed data using relational, longitudinal, or statistical models.

18
New cards

Allocation Flags

Indicators used in data files like the CPS to identify whether a value was originally reported by the respondent or was subsequently imputed.

19
New cards

Hot Deck

A statistical technique used for imputing missing values, specifically mentioned as a method used for allocation in the CPS.

20
New cards

aov

The analysis of variance function in R used to compute the F statistic for testing multiple equality restrictions simultaneously (e.g., ฮผ1=ฮผ2=ฮผ3ฮผ_1 = ฮผ_2 = ฮผ_3).

21
New cards

lm

The linear model function in R used for regression analysis, which can also provide F-statistics and t-tests for separate class-size effects.