moderndive (version 0.2.0)

evals: Teaching evaluations at the UT Austin

Description

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

Usage

evals

Arguments

Format

A data frame with 463 observations on the following 13 variables.

ID

Identification variable used to distinguish rows.

score

Average professor evaluation score: (1) very unsatisfactory - (5) excellent.

age

Age of professor.

bty_avg

Average beauty rating of professor.

gender

Gender of professor: female, male.

ethnicity

Ethnicity of professor: not minority, minority.

language

Language of school where professor received education: English or non-English.

rank

Rank of professor: teaching, tenure track, tenured.

pic_outfit

Outfit of professor in picture: not formal, formal.

pic_color

Color of professor<U+2019>s picture: color, black & white.

cls_did_eval

Number of students in class who completed evaluation.

cls_students

Total number of students in class.

cls_level

Class level: lower, upper.

Examples

Run this code
# NOT RUN {
library(dplyr)
glimpse(evals)
# }

Run the code above in your browser using DataLab