Package: catfda
Type: Package
Title: Statistical Analysis for Categorical Functional Data
Version: 0.1.0
Authors@R: c(
    person("Xiaoxia", "Champon", role = "aut"),
    person("Ana-Maria", "Staicu", role = "aut"),
    person("Chathura", "Jayalath", email = "acj.chathura@gmail.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2056-0211")),
    person("Anthony", "Weishampel", role = "ctb"),
    person("William", "Rand", role = "ctb"))
Description: Implements methods for estimating latent Gaussian processes from
    categorical functional data using binomial, probit, or multinomial GAM-based
    approaches, and for clustering individuals via multivariate functional principal
    component scores. Methods are described in Champon et al. (2026)
    <doi:10.1080/01621459.2026.2672226>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/XiaoxiaChampon/catfda
BugReports: https://github.com/XiaoxiaChampon/catfda/issues
Imports: mgcv (>= 1.8-40), stats, rlang (>= 1.0.0), foreach (>= 1.5.0),
        doRNG (>= 1.8.0)
Suggests: doParallel, testthat (>= 3.0.0)
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2026-08-25 13:52:14 UTC; pog66
Author: Xiaoxia Champon [aut],
  Ana-Maria Staicu [aut],
  Chathura Jayalath [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2056-0211>),
  Anthony Weishampel [ctb],
  William Rand [ctb]
Maintainer: Chathura Jayalath <acj.chathura@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-08 11:50:09 UTC
