Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 7.16

Usage

Rural

Arguments

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

Examples

Run this code
# NOT RUN {
str(Rural)
attach(Rural)
wilcox.test(score~code)
wilcox.test(Rural,City)
detach(Rural)
# }

Run the code above in your browser using DataLab