powered by
Students were asked to report their height (in inches) and sex in an online form. This table includes the results from four courses.
data(reported_heights)
An object of class "data.frame".
"data.frame"
time_stamp. Time and date of the entry.
sex. Sex of the student.
height. Height as reported by student by filling in a text free box.
# NOT RUN { data(reported_heights) head(reported_heights) # }
Run the code above in your browser using DataLab