Unit 1 Codes

Unit 1 Codes

12th Grade

10 Qs

quiz-placeholder

Similar activities

Interpreting Associations Using Two-Way Tables

Interpreting Associations Using Two-Way Tables

8th Grade - University

15 Qs

Scatterplots and Two Way Tables Review

Scatterplots and Two Way Tables Review

8th Grade - University

12 Qs

Categorical Data with Percent Bar Graphs

Categorical Data with Percent Bar Graphs

12th Grade - University

13 Qs

ISD Probability and Simulation Review

ISD Probability and Simulation Review

11th - 12th Grade

13 Qs

Intro to data science

Intro to data science

11th - 12th Grade

10 Qs

Linear Regression (9.2)

Linear Regression (9.2)

9th - 12th Grade

13 Qs

Bivariate Data Two-Way Tables

Bivariate Data Two-Way Tables

8th Grade - University

10 Qs

Unit 1 Codes

Unit 1 Codes

Assessment

Quiz

Mathematics

12th Grade

Hard

Created by

Sarah Buck

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code would you enter to load the cdc data?


Data(cdc)

data_cdc

data(cdc)

data.cdc

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Which of the following codes would you enter to display the cdc data?

view(cdc)

View(cdc)

view_cdc

view.cdc

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which code(s) could you enter to determine the number of rows are in the cdc data file? Choose all that apply.

dim(cdc)

nrow(cdc)

ncol(cdc)

names(cdc)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Which code(s) would you enter to determine if a variable in the cdc data file was numerical or categorical?

data(cdc)

dim(cdc)

nane(cdc)

str(cdc)

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which code(s) could you enter to determine the names of the variables in the cdc data file?

dim(cdc)

View(cdc)

Names(cdc)

str(cdc)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following codes would be entered to make a subset of all the males in the cdc data file and name it cdc_males? Choose only one.


cdc_males = filter(cdc, gender == "Male")

cdc_males <-filter(cdc, gender = "Male")

cdc_males <-filter(cdc, gender == Male)

cdc_males <-filter(cdc, gender == "Male")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Which of the following functions would you need to use to change the name of a variable in a data file?

name

rename

Name

Rename

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?