[go: up one dir, main page]

0% found this document useful (0 votes)
58 views1 page

Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology

The document appears to be a past exam paper for a statistics course. It contains 3 questions - the first asks students to write R code to analyze variance in a Latin square experiment comparing crop yield using different cultivation methods. The second asks students to identify an error in some sample data and grouping code. The third asks students to write an R program to check if a given year is a leap year or not.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology

The document appears to be a past exam paper for a statistics course. It contains 3 questions - the first asks students to write R code to analyze variance in a Latin square experiment comparing crop yield using different cultivation methods. The second asks students to identify an error in some sample data and grouping code. The third asks students to write an R program to check if a given year is a leap year or not.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Vel Tech Rangarajan Dr.

Sagunthala R&D Institute of Science and


Technology
School of Sciences and Humanities Vtu. No.
VTUR15 (CBCS) Date: 18.06.21

B.Tech - June 2021

Semester: Winter Semester

1150MA201–APPLIED STATISTICS
R PROGRAM -SET J

Duration: 90 Minutes Max Marks: 15

Answer All Questions.

Marks

1. (a) Write the coding for the following problem: 5


Analyze the variance in Latin square of yield paddy where P, Q,
R, S denote the different methods of cultivation.
S(122) P(121) R(123) Q(122)
Q(124) R(123) P(122) S(125)
P(120) Q(119) S(120) R(121)
R(122) S(123) Q(121) P(122)

Examine whether the different methods of cultivation have given


significantly different yield.

(b) Find out the error in the following 5


data=c(44,38,47,36,46,40,52,43,34,36,)
data
[1] 44 38 47 36 46 40 52 43 34 36 44 32 43 38 46 33 38 42 49 39

workers=gl(5,4).

(c) Write the program to check for leap year or not. 5

You might also like