Learn R Programming

BSDA (version 1.01)

Social: Median income level for 25 social workers from North Carolina

Description

Data for Exercise 6.63

Usage

Social

Arguments

Format

A data frame with 25 observations on the following variable.

income

a numeric vector

Examples

Run this code
# NOT RUN {
str(Social)
attach(Social)
SIGN.test(income,md=27500,alternative="less")
detach(Social)
# }

Run the code above in your browser using DataLab