Find the 5 number summary for the data shown.
13
926
4142
5163
6567
7582
93
5 number summary:
, , , ,
x=c(13,926,4142,5163,6567,7582,93)
x
boxplot(x)
f=fivenum(x)
f
text(rep(1.3,5),f,labels=c("minimum","lower
quartile","median","third quartile","maximum"))
Here we plot the box plot with R code.
first we give the screenshot and next give the editable R code inR
software.
Get Answers For Free
Most questions answered within 1 hours.