powered by
Three variables.
data("cats")
A data frame with 144 observations on the following 3 variables.
Sex
a factor with levels F M
F
M
Bwt
a numeric vector
Hwt
# NOT RUN { data(cats) hist(cats$Bwt) # }
Run the code above in your browser using DataLab