R_final

R_final

University

10 Qs

quiz-placeholder

Similar activities

Quiz on R for Data Analysis-U5

Quiz on R for Data Analysis-U5

University

10 Qs

Explore JavaScript

Explore JavaScript

University

15 Qs

String Methods

String Methods

12th Grade - University

9 Qs

Section A Past Year Exam

Section A Past Year Exam

University

10 Qs

Data Visualization Quiz

Data Visualization Quiz

University

10 Qs

Quiz on Data Analysis for R (Unit-IV)

Quiz on Data Analysis for R (Unit-IV)

University

10 Qs

If else

If else

University

15 Qs

Python Quiz-2.2

Python Quiz-2.2

University

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

Discover more resources for Computers