Counsel {BSDA} | R Documentation |
Scores of 18 volunteers who participated in a counseling process
Description
Data for Exercise 6.96
Usage
Counsel
Format
A data frame/tibble with 18 observations on one variable
- score
standardized psychology scores after a counseling process
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
EDA(Counsel$score)
t.test(Counsel$score, mu = 70)
[Package BSDA version 1.2.2 Index]