



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An assignment based on R programming which is needed in statistical analysis
Typology: Assignments
1 / 6
This page cannot be seen from the preview
Don't miss anything!




INTERQUARTILE RANGE Interquartile range is defined as the difference between the 25 th and 75 th percentile (also called the first and third quartile). Hence the interquartile range describes the middle 50 % of observations. If the interquartile range is large it means that the middle 50 % of observations are spaced wide apart. The important advantage of interquartile range is that it can be used as a measure of variability if the extreme values are not being recorded exactly (as in case of open- ended class intervals in the frequency distribution).Other advantageous feature is that it is not affected by extreme values. The main disadvantage in using interquartile range as a measure of dispersion is that it is not amenable to mathematical manipulation. STANDARD DEVIATION Standard deviation (SD) is the most commonly used measure of dispersion. It is a measure of spread of data about the mean. SD is the square root of sum of squared deviation from the mean divided by the number of observations.