Test your R skills with this 10-minute quiz! ⏳

It will check abilities like:

– Tidying and cleaning data
– Data wrangling with dplyr
– Writing efficient R code
– Basic statistical analysis

Quiz 5

⏳ Test your R skills with this 10-minute quiz! ⏳

It will check abilities like:

- Tidying and cleaning data
- Data wrangling with dplyr
- Writing efficient R code
- Basic statistical analysis

See if you can:

- Transform messy data into tidy formats
- Subset and manipulate dataframes
- Use pipes and vectorization to streamline code
- Calculate basic descriptive statistics

Solidifying these intermediate concepts will level up your R data science skills!

1 / 9

In the tidy data format, what is the convention for column names?

2 / 9

What dplyr function filters rows of a dataframe by a logical condition?

3 / 9

What makes code more efficient in R?

4 / 9

If df is a dataframe, how do you select just the Name and Age columns?

5 / 9

In R, what is a faster alternative to a for loop?

6 / 9

Which function generates summary statistics for each column of a dataframe?

7 / 9

What are the steps in a typical tidyverse pipeline in R?

8 / 9

. What type of R plot shows the relationship between two continuous variables?

9 / 9

What R function changes the type of columns in a dataframe?

Your score is

The average score is 0%

0%