Selfdefe {BSDA}R Documentation

Self-confidence scores for 9 women before and after instructions on self-defense

Description

Data for Example 7.19

Usage

Selfdefe

Format

A data frame/tibble with nine observations on three variables

woman

number identifying the woman

before

before the course self-confidence score

after

after the course self-confidence score

References

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

Examples


Selfdefe$differ <- Selfdefe$after - Selfdefe$before
Selfdefe
t.test(Selfdefe$differ, alternative = "greater")


[Package BSDA version 1.2.2 Index]