Winston Saunders
December 2014
Okay this project is really not all that cool. In fact is it pretty darn simple. But at least it works in shiny, which is more than I can say about my first attempt at something more ambitious. It does the following things:
This shows a histogram of the mtcars mpg data.
hist(cardata$mpg, xlab='mpg', col='lightblue',main='Histogram of Data', breaks=10, xlim=c(5,40), ylim=c(0,8))
The offset mean can bee seen to increase the mean square error (MSE).
mu <- 25.
Here is a model of the data. Again the mean square error is shown.
formula <- mpg~disp+wt