Robert Granger
Thu Jan 14 2016
-4 regular text inputs (although they take numbers)
-2 sets of radio buttons
-1 numeric input
#Creating the plot#
curve(dnorm(x,mu,SE),xlim=c(boundl,boundu),main=
'Normal Density',ylab="",yaxt="n",xlab="Sample Mean")
Note: See code for how to add the colors.
The final part of the application is the test itself.
The application gives all the useful statistics along with a conclusion.