R quiz

R quiz

Professional Development

31 Qs

quiz-placeholder

Similar activities

nueva escuela mexicacana y plan de estudio

nueva escuela mexicacana y plan de estudio

Professional Development

26 Qs

Self-care evaluation

Self-care evaluation

Professional Development

27 Qs

Residential Child and Youth Care Professional | PRE/POST TEST

Residential Child and Youth Care Professional | PRE/POST TEST

Professional Development

27 Qs

Lesson Activity for Tagalog Pronouns

Lesson Activity for Tagalog Pronouns

Professional Development

26 Qs

Training Expectations Quiz

Training Expectations Quiz

Professional Development

26 Qs

vino

vino

Professional Development

26 Qs

Midterm Exam

Midterm Exam

Professional Development

27 Qs

12. Creativity, Giftedness & Wisdom

12. Creativity, Giftedness & Wisdom

Professional Development

26 Qs

R quiz

R quiz

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Easy

Created by

Vignesh Raja

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to create a numeric vector in R?

c(1, 2, 3)

c[1,2,3]

vector[1, 2, 3]

vector(1,2,3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the result of the following expression?

typeof(3L)

"double"

"integer"

"numeric"

"logical"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this code?

x <- c(TRUE, FALSE, TRUE)

sum(x)

3

2

1

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to check the structure of an R object?

summary()

structure()

class()

str()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write R code to assign the value 5 to a variable named

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a bar plot in R?

barplot()

barchart()

bar()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of mean(c(2, 4, 6, NA), na.rm = TRUE)?

4

NA

3

Error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?