Learn R Programming

BSDA (version 0.1)

Bones: Bone density measurements of 35 physically active and 35 non-active women

Description

Data for Exercise 7.22

Usage

Bones

Arguments

source

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

Examples

Run this code
str(Bones)
attach(Bones)
t.test(Active,Nonactive,alternative="greater")
wilcox.test(Active,Nonactive,alternative="greater")
detach(Bones)

Run the code above in your browser using DataLab