Learn R Programming

BSDA (version 1.2.1)

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

Description

Data for Exercise 6.100

Usage

Marked

Arguments

Format

A data frame/tibble with 65 observations on one variable

percent

percentage of marked cars in 65 Florida police departments

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

EDA(Marked$percent)
SIGN.test(Marked$percent, md = 60, alternative = "greater")
t.test(Marked$percent, mu = 60, alternative = "greater")

Run the code above in your browser using DataLab