R Programming Fundamental

R Programming Fundamental

University

15 Qs

quiz-placeholder

Similar activities

EDU810 Farr Quiz

EDU810 Farr Quiz

University

12 Qs

Day 10 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 10 - ONLINE TEST - PL03 PYTHON PROGRAMMING

University

20 Qs

Control Statements - Java

Control Statements - Java

University

15 Qs

A4 IIB - Estructuras Condicionales II

A4 IIB - Estructuras Condicionales II

10th Grade - University

10 Qs

COP 2073 Exam 3 Review

COP 2073 Exam 3 Review

University

17 Qs

A4 IIIB - EDA con Pandas

A4 IIIB - EDA con Pandas

10th Grade - University

10 Qs

SDS Recruitment Re-Quiz

SDS Recruitment Re-Quiz

University

13 Qs

Functional Dependency

Functional Dependency

University

10 Qs

R Programming Fundamental

R Programming Fundamental

Assessment

Quiz

Computers

University

Hard

Created by

Nattawet Sri

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you access the help documentation for the mean function in R?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you assign the value 25 to a variable named `age` in R?

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given a vector v <- c(10, 20, 30, 40, 50)

how do you select the 3rd element?

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of code below

v <- c(1, 2, 3)

v * 2

2, 4, 6

1, 2, 3, 4, 5, 6

3, 6, 9

4, 5, 6

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Fill the gap to create a data frame

with columns `Name` and `Age`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pipe operator (%>%) do in dplyr?

Passes the output of one function to the input of the next function

Concatenates strings together

Combines two data frames by columns

Filters rows in a data frame

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you select the `Age` column from a data frame `df` using dplyr?

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?