Introduction to R

Introduction to R

Professional Development

18 Qs

quiz-placeholder

Similar activities

Bilangan Bulat

Bilangan Bulat

1st Grade - Professional Development

20 Qs

Unidades de medida 5ºEP

Unidades de medida 5ºEP

Professional Development

20 Qs

Mathematics

Mathematics

Professional Development

20 Qs

Bevelle -Sem. 1 - Final Exam

Bevelle -Sem. 1 - Final Exam

Professional Development

23 Qs

ĐS9 - Biến đối đơn giản BT chứa CTBH

ĐS9 - Biến đối đơn giản BT chứa CTBH

Professional Development

20 Qs

SAT Practice

SAT Practice

8th Grade - Professional Development

15 Qs

Самый умный первокурсник (2 в)

Самый умный первокурсник (2 в)

Professional Development

20 Qs

Квадратные уравнения

Квадратные уравнения

8th Grade - Professional Development

21 Qs

Introduction to R

Introduction to R

Assessment

Quiz

Mathematics

Professional Development

Medium

Created by

Oluwatobiloba Ige

Used 8+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable named x with the numeric value 5?

x : 5

x <- 5

int x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The value of a string variable can be surrounded by single quotes.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following values: 10.5, 55 and 787, belongs to which data type?

Integer

numeric

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All elements of an atomic vector can be of different types.

True
False
Depends on the vector
Not sure

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can construct a list using c( )

True

False

Not sure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Matrices and arrays are created with matrix( ) and array( ), or by using the assignment form of dim( )

True

False

Not sure

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the R code below, what is the type of vector a:

a <- c("r", 1)

numeric

character

logical

Integer

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?