openintro (version 1.7.1)

cats: Summary of 144 cats

Description

Three variables.

Usage

data("cats")

Arguments

Format

A data frame with 144 observations on the following 3 variables.

Sex

a factor with levels F M

Bwt

a numeric vector

Hwt

a numeric vector

Examples

Run this code
# NOT RUN {
data(cats)
hist(cats$Bwt)
# }

Run the code above in your browser using DataCamp Workspace