instevalR: instevalR: An R Package For Summarizing And Plotting Several...

Description Workflow See Also Examples

Description

InstEvaL is an online system for course evaluations, which is used at some German universities (e.g., U Mannheim). The system (https://insteval.uni-mannheim.de/) provides instructors with feedback for every course that is evaluated and with the accompanying raw data. The package instevalR uses the raw data of several course evaluations, combines them, and provides a handful of interesting plots.

Workflow

  1. You have R and instevalR installed. Furthermore, please download the files of your course evaluations (log in to InstEvaL -> Results -> Raw data) and put them into a single directory.

  2. Then you need to import all your data into R using the function read_eval.

  3. Afterwards, you need to merge all course evaluations using join_eval.

  4. Finally, you can plot your data using plot_eval. Play around with the argument plottype and generate different plots.

See Also

https://hplieninger.shinyapps.io/ShinyInstevalR

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## EITHER ## read own data
## Not run: 
tmp1 <- read_eval()
dat1 <- join_eval(tmp1)

## End(Not run)

## OR ## simulate data
dat1 <- sim_eval()

# plot
plot_eval(dat1)

hplieninger/instevalR documentation built on May 17, 2019, 4:54 p.m.