R_final

R_final

University

10 Qs

quiz-placeholder

Similar activities

Introduction to Deep Learning

Introduction to Deep Learning

University

10 Qs

Python Dictionaries

Python Dictionaries

University

10 Qs

Java String Methods

Java String Methods

12th Grade - University

9 Qs

Proposition

Proposition

University

15 Qs

Weekly Contest #10 - TechXNinjas

Weekly Contest #10 - TechXNinjas

University

10 Qs

C++ - Functions

C++ - Functions

University

14 Qs

Microsoft Excel (Range)

Microsoft Excel (Range)

University

10 Qs

CS1101-Operators and Variables

CS1101-Operators and Variables

University

15 Qs

R_final

R_final

Assessment

Quiz

Computers

University

Medium

Created by

Geeta Gupta

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to find average value in R?

ave()

average()

mean()

sum()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using head(x)?

Returns first 6 values of x

Returns all values of x

Returns last 6 values of x

Returns first value of x

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All the basic statistical information can be seen using the command_____

summary()

plot()

view()

disp()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will produce histogram for the data set x?

hist(x)

Hist(x)

histogram(x)

histo(x)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to show frequency of categorical data?

Scatterplot

Bar Chart

Histogram

Line graph

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of

a=c(1,2,NA)

sum(a)

3

0

NA

[ ]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of

a=c(0,1,2,-1,-2)

as.logical(a)

FALSE TRUE TRUE TRUE TRUE

FALSE TRUE TRUE FALSE FALSE

FALSE TRUE FALSE FALSE FALSE

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?