View source: R/partial_credit_plots.R
partial_credit_biplot | R Documentation |
Partial credit plot
partial_credit_biplot(pc_object, ...)
pc_object |
an object returned by |
... |
additional arguments for other functions |
a plot object
grade.key <- c(100, 60, 0)
y1 <- c(60, 30, 10)
y2 <- c(50, 40, 10)
pc_object <- partial_credit_analysis(grade_key = grade.key, y1 = y1, y2 = y2)
partial_credit_biplot(pc_object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.