Statistics Using R

Statistics Using R

University

10 Qs

quiz-placeholder

Similar activities

communication developmental milstone

communication developmental milstone

University

6 Qs

Java Serialization and File Handling

Java Serialization and File Handling

University

15 Qs

Semi-Finals Exam (30 points)

Semi-Finals Exam (30 points)

University

12 Qs

SYNTAX

SYNTAX

University

11 Qs

STSCI 3740: Lecture 1

STSCI 3740: Lecture 1

University

10 Qs

SAD REVIEWER FINALS

SAD REVIEWER FINALS

University

14 Qs

Python list

Python list

University

10 Qs

CSNP-04103 C++ Chapter 8 - Get & Put

CSNP-04103 C++ Chapter 8 - Get & Put

University

10 Qs

Statistics Using R

Statistics Using R

Assessment

Quiz

Others

University

Medium

Created by

Swathi S

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

R commonly used to _______ the data.

Analyse & Visualize

Summarize & Memorize

Collect &Classify

Define & Illustrate

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To identify the highest scores in the 'data', use the following syntax: ________

Max(data)

max(data)

mean(data)

min(data)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The interquartile range in the 'data' can be found using the following syntax: _________

IQR(data)

iqr(data)

quantile(data)

quartile(data)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the incorrect syntax for printing data as output?

print('text')

print("text")

'text'

print(text)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

R will ignore that anything starts with ____.

%

$

&

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to calculate the mean of a dataset in R?

median(data)

mean(data)

average(data)

sum(data)/length(data)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In R, which function is used to create a scatter plot?

chart(data)

scatter(data)

plot(data)

graph(data)

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?