Learn R Programming

dauR (version 1.0)

case_study: This dataset corresponds to a case study in the book "Sampling and Data Analysis Using R: Theory and Practice"

Description

A family library contains 1100 books. The owner is interested in exploring some features of the existing books through a short survey. Thirty books have been randomly selected, and four characteristics have been measured: the number of pages (Page), weight in grams (Weight), surface area in square inches (Surface), and type of each book (Type).

Usage

case_study

Arguments

Format

A data frame with 30 rows and 4 variables:

Page

Number of pages for each book.

Weight

Weight of the book in grams.

Surface

Surface area of each book in square inches.

Type

Categorical variable defining whether this is a religious, science, or story book.

Examples

Run this code
data(case_study, package = "dauR")
head(case_study)

Run the code above in your browser using DataLab