View source: R/module_IRTPlot.R
This module produces an IRT plot.
1 | IRTPlot_mod_server(input, output, session, dataset, IRTDataConf, groupByCols)
|
input, output, session |
are standard parameters necessary for Shiny modules. |
dataset |
the item metadata |
IRTDataConf |
a list of IRT related column information. An example: IRTDataConf = list(IRTParCols = c("IRT_PAR_A", "IRT_PAR_B", "IRT_PAR_C"), IRTModelCol = "IRT_MODEL", IRTScale = 1.0, theta = c(-4,4)) |
groupByCols |
a vector of column names that can be used as group in plotly plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.