Learn R Programming

BSDA (version 1.01)

Marked: Percent of marked cars in 65 police departments in Florida

Description

Data for Exercise 6.100

Usage

Marked

Arguments

Format

A data frame with 65 observations on the following variable.

percent

a numeric vector

Examples

Run this code
# NOT RUN {
str(Marked)
attach(Marked)
EDA(percent)
t.test(percent,mu=60,alternative="greater")
SIGN.test(percent,md=60,alternative="greater")
detach(Marked)
# }

Run the code above in your browser using DataLab