Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 7.16

Usage

Rural

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab