R/data.R

#' 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"

Try the BKT package in your browser

Any scripts or data that you put into this service are public.

BKT documentation built on Sept. 5, 2026, 5:07 p.m.