Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Rural

Social adjustment scores for a rural group and a city group of children


Description

Data for Example 7.16

Usage

Rural

Format

A data frame/tibble with 33 observations on two variables

score

child's social adjustment score

area

character variable with values city and rural

References

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

Examples

boxplot(score ~ area, data = Rural)
wilcox.test(score ~ area, data = Rural)
## Not run: 
library(dplyr)
Rural <- dplyr::mutate(Rural, r = rank(score))
Rural
t.test(r ~ area, data = Rural)

## End(Not run)

BSDA

Basic Statistics and Data Analysis

v1.2.0
GPL (>= 2)
Authors
Alan T. Arnholt [aut, cre], Ben Evans [aut]
Initial release
2017-07-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.