Calculus {PASWR} | R Documentation |
Mathematical assessment scores for 36 students enrolled in a biostatistics course according to whether or not the students had successfully completed a calculus course prior to enrolling in the biostatistics course
Calculus
A data frame with 18 observations on the following 2 variables:
No.Calculus
Yes.Calculus
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(Calculus) z.test(x=Yes.Calculus,y=No.Calculus,sigma.x=5,sigma.y=12)$conf detach(Calculus)