R quiz

R quiz

Professional Development

31 Qs

quiz-placeholder

Similar activities

Specjalistyczne narzedzia chirurgiczne w weterynarii

Specjalistyczne narzedzia chirurgiczne w weterynarii

Professional Development

31 Qs

IMPLEMENTACION DE LAS NIC Y NIIF

IMPLEMENTACION DE LAS NIC Y NIIF

Professional Development

28 Qs

STR & OPTR - Retail South

STR & OPTR - Retail South

Professional Development

28 Qs

PC 1 3CT

PC 1 3CT

Professional Development

26 Qs

Repaso temas 2

Repaso temas 2

Professional Development

26 Qs

UT 1 UNIDAD DE PACIENTE

UT 1 UNIDAD DE PACIENTE

Professional Development

27 Qs

CNX1YA

CNX1YA

Professional Development

27 Qs

Progress Check Lessons 01 to 04

Progress Check Lessons 01 to 04

Professional Development

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