Package: mmcif
Type: Package
Title: Mixed Multivariate Cumulative Incidence Functions
Version: 0.1.1
Authors@R: c(
  person("Benjamin", "Christoffersen", 
         email = "boennecd@gmail.com", 
         role = c("cre", "aut"),  
         comment = c(ORCID = "0000-0002-7182-1346")), 
  person("Mark", "Clements", 
         role = "cph"),
  person("Alan", "Genz", 
         role = c("cph")),
  person("Frank", "Bretz", 
         role = c("cph")), 
  person("Torsten", "Hothorn", 
         role = c("cph")),
  person("R-core", email = "R-core@R-project.org",
         role = "cph"))
Description: Fits the mixed cumulative incidence functions model suggested by 
    <doi:10.1093/biostatistics/kxx072> which decomposes within cluster 
    dependence of risk and timing. The estimation method supports computation in 
    parallel using a shared memory C++ implementation. A sandwich estimator of the 
    covariance matrix is available. Natural cubic splines are used to provide a 
    flexible model for the cumulative incidence functions.
License: GPL (>= 3)
URL: https://github.com/boennecd/mmcif
BugReports: https://github.com/boennecd/mmcif/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Depends: R (>= 3.5.0)
VignetteBuilder: R.rsp
LinkingTo: 
    Rcpp,
    RcppArmadillo,
    testthat,
    psqn
Imports: 
    Rcpp,
    stats,
    alabama
Suggests: 
    testthat (>= 3.0.0),
    xml2, 
    mvtnorm,
    R.rsp,
    mets
SystemRequirements: C++17
Config/testthat/edition: 3
