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