Nothing
#' Simulated dataset
#'
#' A simulated BKT dataset containing 50 students with maximum sequence length of 10.
#'
#' @format A data frame with 50 students:
#' \describe{
#' \item{student_id}{Student ID}
#' \item{skill_name}{Skill name}
#' \item{order_id}{response ID}
#' \item{correct}{Binary outcome (0/1)}
#' }
#' @source Simulated using RBKT simulation functions.
"simulation_data_50"
#' Simulated dataset with 500 students
"simulation_data_500"
#' Simulated dataset with 2000 students
"simulation_data_2000"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.