R Programming Fundamental

R Programming Fundamental

University

15 Qs

quiz-placeholder

Similar activities

Quiz #1 RStudio

Quiz #1 RStudio

University

20 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

University

10 Qs

[JUMP START] Python - Pandas

[JUMP START] Python - Pandas

University

12 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

Quiz Kelompok 1 P2P Mentoring Kompi Air

Quiz Kelompok 1 P2P Mentoring Kompi Air

University

10 Qs

AV1\R1 3TEC_Ciência de Dados - Aula 01 a  16

AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

1st Grade - University

15 Qs

ggplot2 geom functions

ggplot2 geom functions

University

10 Qs

COP 2073 Exam 3 Review

COP 2073 Exam 3 Review

University

17 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?