DAA_11_Dplyr-Tidyr
Quiz
•
Biology, Science
•
University
•
Hard
Alfonso Gar
Used 3+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
A package with easy tools for the most common data manipulation tasks.
The package includes some commands named as verbs that coincide with the most common actions over data:
select(): subset columns.
filter(): subset rows on conditions.
mutate(): create new columns by using information from other columns.
group_by() and summarize(): create summary statisitcs on grouped data.
arrange(): order rows.
ggplot2
dplyr
tidyr
magrittr
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
A package with the functions to convert from long to wide format and viceversa: pivot_longer() and pivot_wider()
ggplot2
dplyr
tidyr
magrittr
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The next code:
iris %>%
group_by(Species) %>%
summarise(Mean.Petal.Length = mean(Petal.Length))
Is using the Tidyverse notation.
Will create a vector with the species of iris.
Do not need any library from R.
Gives an error.
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The next code:
iris %>%
group_by(Species) %>%
summarise(Mean.Petal.Length = mean(Petal.Length))
Creates a matrix
Will create a dataframe with three rows.
Do not need any library from R.
Gives an error.
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The next code will give:
iris %>%
pivot_longer(-Species)
A tibble dataframe with two columns.
A tibble dataframe with three columns.
A tibble dataframe with four columns.
A tibble dataframe with five columns.
Similar Resources on Wayground
5 questions
ESTRUCTURA DEL OJO
Quiz
•
University
10 questions
Electromagnetismo
Quiz
•
University
5 questions
Panca Indera Kls 3
Quiz
•
3rd Grade - University
10 questions
Unidad 12 Propedéutica
Quiz
•
University
10 questions
penglihatan
Quiz
•
8th Grade - University
10 questions
Quiz Sifat Cahaya dan Bagian Mata
Quiz
•
5th Grade - University
8 questions
Eye Anatomy - Spelling Quiz
Quiz
•
11th Grade - University
9 questions
A & P - AMI 3
Quiz
•
11th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade