Learn R Programming

PASWR (version 1.3)

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

Arguments

Format

A data frame with 18 observations on the following 2 variables:

No.Calculus

assessment score for students with no prior calculus

Yes.Calculus

assessment score for students with prior calculus

Examples

Run this code
# NOT RUN {
with(data = Calculus,
z.test(x = Yes.Calculus, y = No.Calculus, sigma.x = 5, sigma.y = 12)$conf
)

# }

Run the code above in your browser using DataLab