Lecture 3 Flashcards (1)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Flashcards generated from lecture notes to help students review key concepts for an upcoming exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Why is it important to clean data sets before analysis?

Data must be cleaned to ensure accurate results and prevent project failure.

2
New cards

What is the best practice regarding raw data sets and data manipulation?

Retain one untouched data set for reference, and use a copy for manipulation and cleaning.

3
New cards

Why should you remove data from participants who indicated they do not want to participate?

Removing data from participants who did not consent ensures the data reflects only willing participants.

4
New cards

What are two types of respondents whose data may not be reliable?

Straight liners or invariant respondents and rushers.

5
New cards

Why are straight liners considered unreliable respondents?

They provide unreliable data due to a lack of attention, which affects the accuracy of results.

6
New cards

How can you identify 'rushers' in a data set?

Create a duration variable by calculating how long respondents took to complete the survey.

7
New cards

What is the ideal time frame for survey completion to ensure quality responses?

Design surveys to take between 15 and 25 minutes to maintain respondent engagement and data quality.

8
New cards

For a 15-25 minute survey, how long should a participant spend to be considered attentive?

At least five minutes.

9
New cards

In missing data, what are the two types of missing data described?

Participants skip questions they see (indicated by a specific code) and those who don't see the question (appearing as blank).

10
New cards

Why must missing values be defined in SPSS?

To ensure they are not included in calculations, which would skew the average income or other metrics.

11
New cards

How do you create a respondent ID in SPSS?

Create a new variable using the $CASENUM system command.

12
New cards

What is the 'trick' to placing a new variable in a specific column in SPSS?

Insert a variable where you want the new variable to appear.

13
New cards

Why are variables sometimes reverse coded in surveys?

To ensure participants are paying attention and providing thoughtful answers.

14
New cards

When reverse coding, is it better to recode into the existing variable or into a new variable?

Recode the item into a new variable to ensure the original data is preserved in case of errors.

15
New cards

What does mean centering achieve?

Balancing the variable around a neutral value by subtracting the mean.

16
New cards

Why is standardizing variables important?

It normalizes variables, making them directly comparable despite different scales, using the formula (x - mean) / standard deviation.

17
New cards

What is the purpose of dichotomizing continuous data?

Client wants data only for people over or under a certain age.

18
New cards

What action can you take if you want to analyze an age range ordinally?

Recode to impute a numeric value for analysis where the range is creating an issue.