Package: BKT
Title: Bayesian Knowledge Tracing Model
Version: 0.1.0
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 the similar functionality as the Python package pyBKT authored by Zachary A. Pardos (zp@berkeley.edu) at <https://github.com/CAHLR/pyBKT>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: RCurl, parallel, methods, stats, utils,
Suggests: testthat (>= 3.0.0)
NeedsCompilation: no
Packaged: 2025-02-05 16:28:28 UTC; zby15
Author: Yuhao Yuan [aut, cre],
  Biying Zhou [aut],
  Feng Ji [aut]
Maintainer: Yuhao Yuan <yuanyuhaoapply@163.com>
Repository: CRAN
Date/Publication: 2025-02-05 18:20:12 UTC
Built: R 4.4.3; ; 2025-11-10 01:55:34 UTC; windows
