lme4 (version 1.1-5)

InstEval: University Lecture/Instructor Evaluations by Students at ETH

Description

University lecture evaluations by students at ETH Zurich, anonymized for privacy protection. This is an interesting medium sized example of a partially nested mixed effect model.

Arguments

Details

The main goal of the survey is to find the best liked prof, according to the lectures given. Statistical analysis of such data has been the basis for a (student) jury selecting the final winners.

The present data set has been anonymized and slightly simplified on purpose.

Examples

Run this code
str(InstEval)

head(InstEval, 16)
xtabs(~ service + dept, InstEval)

Run the code above in your browser using DataCamp Workspace