R Dataset / Package HSAUR / roomwidth
Documentation |
---|
On this R-data statistics page, you will find information about the roomwidth data set which pertains to Students Estimates of Lecture Room Width . The roomwidth data set is found in the HSAUR R package. You can load the roomwidth data set in R by issuing the following command at the console data("roomwidth"). This will load the data into a variable called roomwidth. If R says the roomwidth data set is not found, you can try installing the package by issuing this command install.packages("HSAUR") and then attempt to reload the data. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the roomwidth R data set. The size of this file is about 1,231 bytes. Students Estimates of Lecture Room WidthDescriptionLecture room width estimated by students in two different units. Usagedata("roomwidth") FormatA data frame with 113 observations on the following 2 variables.
DetailsShortly after metric units of length were officially introduced in Australia, each of a group of 44 students was asked to guess, to the nearest metre, the width of the lecture hall in which they were sitting. Another group of 69 students in the same room was asked to guess the width in feet, to the nearest foot. The data were collected by Professor T. Lewis and are taken from Hand et al (1994). The main question is whether estimation in feet and in metres gives different results. SourceD. J. Hand, F. Daly, A. D. Lunn, K. J. McConway and E. Ostrowski (1994). A Handbook of Small Datasets, Chapman and Hall/CRC, London. Examplesdata("roomwidth", package = "HSAUR") convert <- ifelse(roomwidth$unit == "feet", 1, 3.28) boxplot(I(width * convert) ~ unit, data = roomwidth) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-76460.csv | 1.2 KB |