Rural {BSDA}R Documentation

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

Description

Data for Exercise 7.16

Usage

Rural

Format

A data frame with 33 observations on the following 4 variables.

Rural
a numeric vector
City
a numeric vector
score
a numeric vector
code
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Rural)
attach(Rural)
wilcox.test(score~code)
wilcox.test(Rural,City)
detach(Rural)

[Package BSDA version 0.1 Index]