Learn R Programming

PASWR (version 1.0)

Calculus: Calculus Assessment Scores

Description

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

Usage

Calculus

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Calculus)
z.test(x=Yes.Calculus,y=No.Calculus,sigma.x=5,sigma.y=12)$conf
detach(Calculus)

Run the code above in your browser using DataLab