wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Statistics Using R

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

R commonly used to _______ the data.

a)

Analyse & Visualize

b)

Summarize & Memorize

c)

Collect &Classify

d)

Define & Illustrate

2.

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

a)

Max(data)

b)

max(data)

c)

mean(data)

d)

min(data)

3.

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

a)

IQR(data)

b)

iqr(data)

c)

quantile(data)

d)

quartile(data)

4.

What is the incorrect syntax for printing data as output?

a)

print('text')

b)

print("text")

c)

'text'

d)

print(text)

5.

R will ignore that anything starts with ____.

a)

%

b)

$

c)

&

d)

#

6.

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

a)

median(data)

b)

mean(data)

c)

average(data)

d)

sum(data)/length(data)

7.

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

a)

chart(data)

b)

scatter(data)

c)

plot(data)

d)

graph(data)

8.

Second quartile is also known as _______

a)

Upper Quartile

b)

Lower Quartile

c)

Median

d)

Inter Quartile

9.

What is the syntax for displaying a graph in R?

a)

bitmap("file=output.png")

b)

bitmap("output.png")

c)

bitmap(file=output.png)

d)

bitmap(file="out.png")

10.

What is the syntax to use for finding the PDF of a continuous random variable?

a)

dbinom()

b)

pbinom()

c)

dpois()

d)

pnorm()