math_teachers | R Documentation |
Height of a sample of math teachers in Danish high schools collected at a continued education day at Mariager Fjord Gymnasium in 2019.
Format: height: Height in centimeters sex: male or female
math_teachers
An object of class tbl_df
(inherits from tbl
, data.frame
) with 30 rows and 2 columns.
aggregate(height ~ sex, data=math_teachers, FUN=mean)
aggregate(height ~ sex, data=math_teachers, FUN=function(x) {c(mean=mean(x), sd=sd(x))})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.