Quant Session 5 (part 2)

Quant Session 5 (part 2)

University

5 Qs

quiz-placeholder

Similar activities

Final Exam Unit 5

Final Exam Unit 5

University

10 Qs

Technical Considerations in Digital Imaging

Technical Considerations in Digital Imaging

University

10 Qs

Investigación I

Investigación I

University

4 Qs

Diseños de investigación cuantitativa

Diseños de investigación cuantitativa

University

8 Qs

VOLUMENES Y CAPACIDADES

VOLUMENES Y CAPACIDADES

University

10 Qs

UNIDAD 1 DIABETES MELLITUS

UNIDAD 1 DIABETES MELLITUS

University

6 Qs

Medidas de Frecuencia en Análisis Estadístico

Medidas de Frecuencia en Análisis Estadístico

University

3 Qs

Características de Arterias y Venas

Características de Arterias y Venas

12th Grade - University

10 Qs

Quant Session 5 (part 2)

Quant Session 5 (part 2)

Assessment

Quiz

Health Sciences

University

Easy

Created by

Julia Rossi

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is NOT a way to create a new variable?

Start from scratch gen q40a = .

Make an exact copy gen q40a = q40

Do the math q40a = q39a + q39b + q39c

Change the name rename q40 q40a

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What should you do when doing a recode involving three or more variables? 

  1. List only the values of the newly created variable. 

  1. List the values of the newly created variable and all component variables, including intermediate variables if used. 

  1. List only the values of the component variables. 

  1. List the values of the newly created variable but exclude intermediate variables. 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following are key steps in checking the accuracy of complex recodes using the LIST command? 

  1. Conduct a basic LIST scan 

  1. Select a subset of cases to check 

  1. Select a random subsample 

  1. Check specific ranges of recodes 

  1. All of the above 

 

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

4. What are the 4 different uses of GENERATE? (choose all that apply)

 

  1. Setting a new variable equal to an existing variable (making a copy) 

  1. Initialize to Missing (.) - Starting from Scratch 

  1. Setting a new variable equal to an arithmetic expression 

  1. Merging two datasets together 

  1. Intermediate variables: using several GENERATE strategies 

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. Say you wanted to make a variable that represents how many adults the R lives with, based on variables Q14a, Q14b, and Q14c.  Which GENERATE strategy would you use? 

  1. Initialize to 999 then pull in with IF statements. 

  1. Make a copy of Q14a and recode from there. 

  1. Create copies and dummy variables to represent 1=yes, 0=no if they live with each kind of adult (Q14a, Q14b, Q14c), then add up the Yeses. 

  1. Recode the original Q14 Variable