Approach to Data Processing & Analysis Flashcards

(7 cards)

1
Q

Describe the 8 Steps and Approach to Data Analysis.

A
  1. Familiarize yourself with the structure of the
    data set
  2. Draft an analysis plan
  3. Create a working copy of the data set
  4. Look at the actual data in the data set
  5. Clean the data in the working file
  6. Revise and add detail to the analysis plan
  7. Create an analysis file
  8. Follow the analysis plan to analyze the data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is coding?

A

Coding = process of translating information gathered from questionnaires or other sources into something that can be analyzed.

 assigning a value to the information given (value may be given a label)
 Coding can make data more consistent: – Example: Question = Gender
Answers = Male or Female, M or F, 1 or 2?

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

State the 3 steps of data cleaning

A
  1. Screen
  2. Diagnose
  3. Resolve
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do we screen for?

A

–Duplicate records
– Invalid and out-of-range codes
– Missing data
– Outliers (unlikely values)
– Lack of variability
– Unlikely patterns, including
reverse polarity
– Skip pattern checks
– Logic checks

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

How do we resolve issues during data cleaning?

A
  • Change to correct, valid value
    – Leave unchanged
    – Flag as permanently questionable
    – Flag as permanently missing
    – Delete record
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What do we look for in terms of diagnosis?

A

Go back to the original data
source, if possible
– Error– Missing data– True extreme– Cannot determine

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

What is ana analysis plan based on?

A

Analysis Plan is based on what question(s) you need to answer, what information you want to communicate, and what data you have

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