Learn R Programming

BSDA (version 1.2.1)

Step: STEP science test scores for a class of ability-grouped students

Description

Data for Exercise 6.79

Usage

Step

Arguments

Format

A data frame/tibble with 12 observations on one variable

score

State test of educational progress (STEP) science test score

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

EDA(Step$score)
t.test(Step$score, mu = 80, alternative = "less")
wilcox.test(Step$score, mu = 80, alternative = "less")

Run the code above in your browser using DataLab