Package: SemiPar.depCens
Type: Package
Title: Copula Based Cox Proportional Hazards Models for Dependent
        Censoring
Version: 0.1.2
Date: 2024-02-27
Authors@R: c(
    person("Negera Wakgari", "Deresa", email = "negera.deresa@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1302-3725")),
    person("Ingrid", "Van Keilegom", email = "ingrid.vankeilegom@kuleuven.be", role = "aut", comment = c(ORCID = "0000-0001-8827-7642")))
Maintainer: Negera Wakgari Deresa <negera.deresa@gmail.com>
Description: Copula based Cox proportional hazards models for survival data subject to dependent 
    censoring. This approach does not assume that the parameter defining the copula is known. The 
    dependency parameter is estimated with other finite model parameters by maximizing a Pseudo 
    likelihood function. The cumulative hazard function is estimated via estimating equations 
    derived based on martingale ideas. Available copula functions include Frank, Gumbel and Normal
    copulas. Only Weibull and lognormal models are allowed for the censoring model, even though any
    parametric model that satisfies certain identifiability conditions could be used. Implemented 
    methods are described in the article "Copula based Cox proportional hazards models for dependent
    censoring" by Deresa and Van Keilegom (2023) <doi:10.1080/01621459.2022.2161387>. 
Imports: survival, copula, stats, foreach, parallel, doParallel,
        pbivnorm
License: GPL-3
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/Nago2020/SemiPar.depCens
BugReports: https://github.com/Nago2020/SemiPar.depCens/issues
NeedsCompilation: no
Packaged: 2024-03-29 16:08:30 UTC; Negera Deresa
Author: Negera Wakgari Deresa [aut, cre]
    (<https://orcid.org/0000-0002-1302-3725>),
  Ingrid Van Keilegom [aut] (<https://orcid.org/0000-0001-8827-7642>)
Repository: CRAN
Date/Publication: 2024-03-29 16:30:05 UTC
Built: R 4.2.3; ; 2024-03-29 18:48:19 UTC; unix
