You are on page 1of 2

SCHOOL OF ADVANCED SCIENCES

DEPARTMENT OF MATHEMATICS
WINTER SEMESTER 2020-2021
MAT2001 – Statistics for Engineers
Embedded Lab – R Statistical Software
Lab Experiment Wise Questions

Instructions:
(i). Last Date for Submission of E-Record for Exp. No. – 6 : 19th June 2021.

IT
(ii). Format the E-Record as mentioned in the prescribed format uploaded in V-Top Course Page
Menu and mention the Register Number, Name, Slot Details, Course Code and Course Title in

V
the first page of the document. Also mention the Register Number and Name in every page of

the document.
S
SA

(iii). Submit the soft copy of E-Record for all the following questions as a single PDF document into
V-Top Login properly on or before the mentioned last date.
s –
ic

Experiment No. – 6
at
m

Chi-Square Test and Design of Experiments


he
at

1. The following table gives the number of fatal road accidents that occurred during the 7 days
M

of a week. Write down the R programming code to test whether the accidents are uniformly
distributed over the week at 95 % level of confidence.

Day : Sunday Monday Tuesday Wednesday Thursday Friday Saturday


Number : 8 14 16 12 11 14 9

2. A total number of 3759 individuals were interviewed according to gender and decision in a public
opinion survey on a political proposal with the results as in the following table. Write down the R
programming code to test the hypothesis that there is no association between gender and attitude
5 % level of significance.

Decision
Favoured Opposed Undecided
Male 1154 475 243
Female 1103 442 342
3. A random sample is selected from each of 3 makes of ropes (Type 1, Type 2 and Type 3) and
their breaking strength (in certain units) are measured with the results in the following table.

Type 1 : 70 72 75 80 83
Type 2 : 60 65 57 84 87 73
Type 3 : 100 110 108 112 113 120 107

Write down the R programming code to test whether the breaking strengths of the ropes differ
significantly at 5 % level of significance.

4. A company appoints 4 salesman (A, B, C & D) and observes their sales in 3 seasons (Summer,
Winter & Monsoon). The figures (Rs. in Lakhs) are given in the following table.

Treatments
Seasons A B C D
Summer 36 36 21 35

IT
Winter 28 29 31 32
Mansoon 26 28 29 29

V

Write down the R programming code to perform an analysis of variance at 5 % level of
S
SA

significance.

5. The following data resulted from an experiment to compare three burners (B1 , B2 & B3 ). A Latin
s
ic

square design was used as the tests were made on 3 engines and were spread over 3 days.
at
m

Engines
he

Days Engine 1 Engine 2 Engine 3


at

Day 1 B1 – 16 B2 – 17 B3 – 20
M

Day 2 B2 – 16 B3 – 21 B1 – 15
Day 3 B3 – 15 B1 – 12 B2 – 13

Write down the R programming code to test the hypothesis that there is no difference between
(i). days, (ii). engines and (iii). burners at 5 % level of significance.

**********

Page 2

You might also like