Description Usage Format Source See Also Examples
The data are gathered from end of semester student evaluations for a large sample of professors from the University of Texas at Austin. In addition, six students rate the professors' physical appearance. The result is a data frame where each row contains a different course and each column has information on either the course or the professor. https://www.openintro.org/stat/data/?data=evals
1 | data("evals")
|
A data frame with 463 observations on the following 21 variables.
scoreAverage professor evaluation score: (1) very unsatisfactory - (5) excellent.
rankRank of professor: teaching, tenure track, tenured.
ethnicityEthnicity of professor: not minority, minority.
genderGender of professor: female, male.
languageLanguage of school where professor received education: English or non-English.
ageAge of professor.
cls_perc_evalPercent of students in class who completed evaluation.
cls_did_evalNumber of students in class who completed evaluation.
cls_studentsTotal number of students in class.
cls_levelClass level: lower, upper.
cls_profsNumber of professors teaching sections in course in sample: single, multiple.
cls_creditsNumber of credits of class: one credit (lab, PE, etc.), multi credit.
bty_f1lowerBeauty rating of professor from lower level female: (1) lowest - (10) highest.
bty_f1upperBeauty rating of professor from upper level female: (1) lowest - (10) highest.
bty_f2upperBeauty rating of professor from second level female: (1) lowest - (10) highest.
bty_m1lowerBeauty rating of professor from lower level male: (1) lowest - (10) highest.
bty_m1upperBeauty rating of professor from upper level male: (1) lowest - (10) highest.
bty_m2upperBeauty rating of professor from second upper level male: (1) lowest - (10) highest.
bty_avgAverage beauty rating of professor.
pic_outfitOutfit of professor in picture: not formal, formal.
pic_colorColor of professor's picture: color, black & white.
Cetinkaya-Rundel M, Morgan KL, Stangl D. 2013. Looking Good on Course Evaluations. CHANCE 26(2). http://chance.amstat.org/2013/04/looking-good/
See also prof.evals and prof.evaltns.beauty.public for raw data, including individual student ratings of professors' beauty.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.