openintro (version 1.7.1)

books: Sample of books on a shelf

Description

Simulated data set.

Usage

data("books")

Arguments

Format

A data frame with 95 observations on the following 2 variables.

type

a factor with levels fiction nonfiction

format

a factor with levels hardcover paperback

Examples

Run this code
# NOT RUN {
data(books)
table(books)
# }

Run the code above in your browser using DataCamp Workspace