Measurement Error & Mixed Models Flashcards

1
Q

Sources of measurement error (ME)

A
  • Measurement imprecision in the field or in the lab (length, weight, blood pressure, etc.).
  • incomplete or inaccurate observations (e.g., self-reported dietary aspects, health history).
  • Rounding error, digit preference.
  • Classification error (e.g., exposure or disease classification).

-> assumption is that x is measured without error for corr, regr, anova, glm

If this assumption is violated:
- biased estimates
- loss of power
- incorrect variable importance
- masks important features of the data -> making graphical model inspection difficult

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Measurement error

A

Xi = correct unobserved variable
Wi = observed variable with error
-> slope is flacher

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to correct ME

A

Need error model & error model parameters
-> take repeated measurements to estimate error variance

Attenuation factor lambda = sdx^2 / (sdx^2 + sdu^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SIMEX

A

Simulation phase:
- error in the data is progressively aggravated in order to determine how the model parameter of interest is affected.

Extrapolation phase:
- simulated trend is then extrapolated back to a hypothetical error-free value of the model parameter.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Practical advice

A
  • Think about measurement error before you start collecting your data.
  • Ideally, take repeated measurements
  • Figure out if error is a problem and what the bias in your parameters might be. You might need simulations to find out.
  • If needed, model the error. Seek help from a statistician!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mixed models

A

Not each observation is independant datapoint!!
Taking average would destroy a lot of data

Problem: Df not clear -> thats why significance tests of fixed effects are difficult when using mixed models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why not take average

A
  1. To adjust estimates for imbalanced sampling.
  2. Which average? (Mean/median/mode?)
  3. Avoid false confidence. (Due to removing variance)
  4. To study variation.
  5. To adjust estimates for repeat sampling (sharing information)
  6. To keep information.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Fixed effects

A

Sex
Height
Weight
Size

-> Groups / levels are predetermined, of direct interest, repeatable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Random effects

A

Individual
Nest
Family
-> Groups that are randomly sampled from a larger population of groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Mixed Models in R

A

Lmer()
Package: lme4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Many or just one measure

A
  • measurement of 1 RT spread more in direction of x axis
  • slope of 1 RT less steep
  • measurement of only 1 RT is morre variable than the mean of 5 RTs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why prefer a multilevel model rel to analysing averages?

A
  • to avoid false confidence
  • bc we would retain variation that may be of interest
  • averaging would require an arbitrary decision about which average to use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is ME in covariates of regression models problematic?

A
  • parameter estimates may be biased
  • it is a fundamental assumption of regression models that covariates do not contain any error
  • it is much harder than to find patterns by visual inspection
  • the p-values of the regression coefficients may be wrong
How well did you know this?
1
Not at all
2
3
4
5
Perfectly