Intro to data science

Intro to data science

Assessment

Flashcard

Education, Other, Mathematics

11th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which code should work to make a histogram? Options: histogram(~gender,data=cdc), Histogram(~gender, data = cdc), histogram(~gender,data=cdc), histogram(gender,data=cdc)

Back

histogram(~gender,data=cdc)

2.

FLASHCARD QUESTION

Front

What is the code to display the count of your variable?

Back

tally (~sugar, data = food)

3.

FLASHCARD QUESTION

Front

Which graph is better for CATEGORICAL VARIABLE? Options: bargraph, histogram, scatterplot, dotPlot

Back

bargraph

4.

FLASHCARD QUESTION

Front

When you load a data in RStudio, in which section it pops up? Options: File, Environment, Viewer, History

Back

Environment

5.

FLASHCARD QUESTION

Front

What does the following code display?
dim (cdc)
Options: Number of rows, Number of Columns, The Variables, Both the number of rows and Columns

Back

Both the number of rows and Columns

6.

FLASHCARD QUESTION

Front

Which code tells us if a variable is numerical or categorical? Options: data(file), str(file), View(file), names(file)

Back

str(file)

7.

FLASHCARD QUESTION

Front

Which one is the code to make a dotplot? Options: dotplot(~variable, data = file), Dotplot(~variable, data = file), dotPlot(~variable, data = file), DotPlot(~variable, data = file)

Back

dotPlot(~variable, data = file)

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?