Model Paper STatistics With R

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

MODEL QUESTION PAPER

VELAGAPUDI RAMAKRISHNA SIDDHARTHA ENGINEERING COLLEGE


(AUTONOMOUS)
II/IV B. Tech (SEMESTER IV)

17IT3401-STATISTICS WITH R
Time: 3 Hours Max. Marks 70
PART-A is compulsory
Answer ONE question from each unit of PART-B

PART-A
1. Answer all the questions 10 x 1 = 10M

a) Define list and how to create it?


b) What is ggplot2?
c) When do you use reshape2?
d) What is meant by a random variable?
e) Write probability density function of normal distribution?
f) When to use regular expressions
g) When do you use t test?
h) What is meant by logistic regression?
i) List out advantages of clustering?
j) What is a decision tree

PART-B

UNIT-I

1. a. List out various data types available in R Language? 7M


[CO1]

b. Illustrate with an example on how arrays are created? 8M


[CO1]

(OR)

2. a. Describe the ways of reading data into R? 7M


[CO1]

b. Discuss about various loops used in R with examples? 8M


[CO1]

UNIT-II

3. a. Explain with an example in the implementation of lapply and sapply functions in R ? 7M


[CO2]

b. Discuss about various joins and illustrate each with an example? 8M


[CO2]

(OR)

4. a. Three committees, of sizes 3, 4 and 5, are chosen from 20 people. What is the probability that
persons A and B are chosen for the same committee?
8M [CO2]
b. Discuss about various set operations available in R Language
7M[CO2]

UNIT-III

5. a. How to generate normal variables and plot the corresponding distribution? 8M


[CO3]

b.List out various functions used to generate random counts, the density, the distribution and
quantile to a Poisson distribution
7M [CO3]

(OR)

6. a. Discuss about the summary function and what are the parameters it will compute. Illustrate
with an example?
7M [CO3]

b. Discuss about the significance of Analysis of Variance? 8M


[CO3]

UNIT-IV

7. a. Discuss about autoregressive moving averages and how to implement in R? 8M


[CO4]

b. Elaborate on how non linear least squares solve the problems? 7M


[CO4]

(OR)

8. Briefly explain about the hierarchical clustering algorithm and how to implement in R? 15M
[CO2]

Course Outcomes:
CO1 Comprehend the semantics, data handling and control statements in R
CO2 Analyze the libraries for data manipulation and to data visualization in R
CO3 Demonstrate the knowledge of probability and conduct hypothesis tests for statistical
inference
CO4 Synthesize data to fit linear and nonlinear models

You might also like