Posted by mislam on 22nd February 2013
In this blog I have used three different types of graphics such as stripplot, Parallel Quantile plot , Quantile-Qunatile plot and Tukey m-d plot for male and female students’ height collected in an introductory statistics class to see the difference in the distribution of the height of male and female students. In the original […]
Posted in Uncategorized | 166 Comments »
Posted by mislam on 15th February 2013
I have collected National Basketball Association data ( NBA Standings 2012-13 , Eastern Conference) from ESPN NBA. The best k in this case is 15.03. The lucky teams Brooklyn, Milwaukee, Charlotte, Philadelphia . On the other hand, the unlucky teams include: Washington, Toronto, Detroit, and Cleveland. R code #png(“NBA2.png”) windows(height=10, width=10) NBA.data<-read.table(“NBA.csv”,header=T, sep=”,”) par(mfrow=c(2,1)) […]
Posted in Uncategorized | 10 Comments »
Posted by mislam on 8th February 2013
The graph shows the cereal production in Bangladesh during the time period 1991 2010. The log base 2 and the original productions are plotted in the graph. Over time the production increased very rapidly. In the graph the log base 10 of cereal production is graphed against the time. This also shows the same pattern […]
Posted in Uncategorized | 74 Comments »