Package: BKT
Title: Bayesian Knowledge Tracing Model
Version: 0.1.2
Authors@R: c(
    person("Yuhao", "Yuan", email = "yuanyuhaoapply@163.com", role = c("aut", "cre")),
    person("Biying", "Zhou", email = "zby.zhou@mail.utoronto.ca", role = "aut"),
    person("Feng", "Ji", email = "f.ji@utoronto.ca", role = "aut"))
Description: Fitting, cross-validating, and predicting with Bayesian Knowledge Tracing (BKT) models. It is designed for analyzing educational datasets to trace student knowledge over time. The package includes functions for fitting BKT models, evaluating their performance using various metrics, and making predictions on new data. It provides functionality similar to the 'Python' package 'pyBKT' authored by Zachary A. Pardos (zp@berkeley.edu) at <https://github.com/CAHLR/pyBKT>.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: RCurl, parallel, methods, stats, utils,
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2026-09-05 00:42:52 UTC; yyh
Author: Yuhao Yuan [aut, cre],
  Biying Zhou [aut],
  Feng Ji [aut]
Maintainer: Yuhao Yuan <yuanyuhaoapply@163.com>
Repository: CRAN
Date/Publication: 2026-09-05 16:20:19 UTC
