Simulated dataset.
Format
A data frame with 95 observations on the following 2 variables.
- type
a factor with levels
fiction
andnonfiction
- format
a factor with levels
hardcover
andpaperback
Examples
table(books)
#> format
#> type hardcover paperback
#> fiction 13 59
#> nonfiction 15 8