Learn R Programming

BSDA (version 1.01)

Mental: Median mental ages of 16 girls

Description

Data for Exercise 6.52

Usage

Mental

Arguments

Format

A data frame with 16 observations on the following variable.

age

a numeric vector

Examples

Run this code
# NOT RUN {
str(Mental)
attach(Mental)
SIGN.test(age,md=100)
detach(Mental)
# }

Run the code above in your browser using DataLab