Data Analytics Quiz 2

Data Analytics Quiz 2

Professional Development

20 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

Professional Development

22 Qs

Quiz on Linear and Logistic Regression

Quiz on Linear and Logistic Regression

Professional Development

15 Qs

Basic Microsoft Word

Basic Microsoft Word

1st Grade - Professional Development

15 Qs

Chapter 5 : JavaScript Objects & Arrays

Chapter 5 : JavaScript Objects & Arrays

Professional Development

20 Qs

PSPC1

PSPC1

Professional Development

20 Qs

InCube #Quiz 6

InCube #Quiz 6

Professional Development

20 Qs

Operative QA Internship - Agile Recap

Operative QA Internship - Agile Recap

Professional Development

15 Qs

unit-4

unit-4

Professional Development

15 Qs

Data Analytics Quiz 2

Data Analytics Quiz 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Shom Das

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Functions are defined using the _________ directive and are stored as R objects

function()

funct()

functions()

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give the command to check if the element 15 is present in vector x.

15 in (x)

15 %in% x

in(15,x)

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

X is the vector c(5,9.2,3,8.51,NA), What is the output of mean(x)?

Error

NA

Will return mean of all integers present

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

R functionality is divided into a number of ________

Packages

Functions

Domains

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following truncates real x to integers ?

as.numeric(x)

as.integer(x)

as.order(x)

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following command will help us to rename the second column in a dataframe named “table” from alpha to beta?

colnames(table)[2]=’beta’

colnames(table)[which(colnames==’alpha’)]=’beta’

Both A and B

colnames(table)=’beta’

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following command will help us remove the duplicate rows based on both the columns?

df[!duplicated(df),]

unique(df)

distinct(df)

both a and b

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?