inst/tutorials/chapter_08/parks.R

parks_df <-
structure(list(Name = structure(c(2L, 3L, 1L), .Label = c("April", 
"Leslie", "Ron"), class = "factor"), Height = c(62, 71, 66), 
    Weight = c(115, 201, 119), Income = c(4000, NA, 2000)), class = "data.frame", row.names = c(NA, 
-3L))
elmstedt/UCLAstats20 documentation built on Oct. 24, 2020, 8:55 p.m.