Week three Flashcards

1
Q

What is the difference between missing data patterns and missing data mechanisms?

A

Missing data pattern describes where the data are missing within a dataset.

Missing data mechanism describes why the data may be missing, especially in that pattern. However, it does not provide a causal relationship, instead it refers to a mathematical relationship between the missing data and the variable.

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

What are missing at random (MAR) data?

A

There is no relationship between the values missing and the values of the variable. It does, however, refer to the relationship that exists between missing data of one variable and the values of another variable.

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

What is Missing Completely At Random data (MCAR)?

A

When there is no relationship between variables and missing data.

It assumes that missingness is completely unrelated to data.

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

What are Missing Not At Random (MNAR) data?

A

The value of the missing data for a variable is related to that variable.

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

Rubin defines missing data as a variable, called R. R has a probabilty distribution. The probability of missing data may or may not be related to the other variables in the dataset.

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

What differentiates the missing data mechanism?

A

The relationship between R and the data.

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

Which missing data mechanism is known as “ignorable missingness”?

A

MAR

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

What are some reasons for missing data?

A

Participants drop out of study.

Technical issues.

Subset of population may not sign up for study.

Cut-off criteria may exclude people from your population of interest.

Unobserved variables that systematically bias participation.

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

Which mechanism of missing data is assumed in most stat test?

A

MCAR

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

MAR?

A

Missing data can be explained by another variable, but not the variable of the data.

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

MNAR?

A

The missing data have a relationship to the variable of the data, but not the other variables.

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

How do we determine whether data is MCAR or MAR?

A

We create a variable, with values of 0 or 1, that correspond to whether data is present or not. A missingness variable.

We then do a t-test on the

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