View source: R/plot_accuracy.R
| plot_accuracy_ddm_2b | R Documentation |
Plot accuracy for DDM-2B model (internal)
plot_accuracy_ddm_2b(
simulated_output,
observed_df,
x = "item_idx",
facet_x = c(),
facet_y = c()
)
simulated_output |
Simulation output object |
observed_df |
Observed data frame |
x |
Variable for x-axis |
facet_x |
Variables for faceting columns |
facet_y |
Variables for faceting rows |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.