Package: FrailtyCompRisk
Title: Competing Risks Models for Multi-Center Survival Data with
        Frailty
Version: 0.1.1
Authors@R: c(person("Benjamin", "Delmas", email = "benjamin.delmas@ensae.fr", role = "aut"),
    person("Lucas", "Ducrot", email = "lucas.ducrot@inria.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8020-2897")),
    person("Sandrine", "Katsahian", email = "sandrine.katsahian@aphp.fr", role = "aut",
           comment = c(ORCID = "0000-0002-7261-0671")),
    person(given = "Inria", role = "cph"))
Description: Implements methods for analyzing competing risks data in
    multi-center survival studies using frailty models. The approach relies on
    a mixed proportional hazards model for the sub-distribution, allowing for
    cluster-specific random effects. The package provides tools for model
    estimation with or without frailty using Maximum Likelihood (ML) and
    Restricted Maximum Likelihood (REML). It supports flexible modeling of
    between-center heterogeneity and is particularly suited for multi-center
    clinical trials or registries. Core features include data simulation,
    likelihood computation, cluster-dependent censoring options, and testing of
    frailty effects. For methodological details, see Katsahian et al. (2006) <doi:10.1002/sim.2684>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: Matrix, stats
Suggests: dplyr, tibble, kableExtra, knitr, rmarkdown, testthat (>=
        3.0.0)
VignetteBuilder: knitr
URL: https://github.com/TeamHeKA/FrailtyCompRisk
BugReports: https://github.com/TeamHeKA/FrailtyCompRisk/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-04-23 10:32:04 UTC; utilisateur
Author: Benjamin Delmas [aut],
  Lucas Ducrot [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8020-2897>),
  Sandrine Katsahian [aut] (ORCID:
    <https://orcid.org/0000-0002-7261-0671>),
  Inria [cph]
Maintainer: Lucas Ducrot <lucas.ducrot@inria.fr>
Repository: CRAN
Date/Publication: 2026-04-27 14:20:09 UTC
