bridgr.data | R Documentation |
bridgr.data
loads grading data.
bridgr.data(df, student, grader.assigned, grader, grade)
df |
An object of class |
student |
Identifier for the student, exam or stimuli associated with |
grader.assigned |
Identifier for the student's assigned grader or section |
grader |
Identifier for the grader or section associated with the |
grade |
The grade to be scaled (numeric or integer) |
grade.data
Processed version of the provided grade data.
data("bridgr.sim.data") # Re-structure the input grading dataset. bridgr.dat <- bridgr.data(df=bridgr.sim.data,student="student", grader.assigned = "grader.assigned", grader="grader",grade="grade")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.