Package: BuyseTest
Type: Package
Title: Generalized Pairwise Comparisons
Version: 1.6
Date: 2018-10-17
Authors@R: c(
    person("Brice", "Ozenne", role = c("aut", "cre"), email = "brice.ozenne@orange.fr", comment = c(ORCID = "0000-0001-9694-2956")),
    person("Julien", "Peron", role = "aut")
	)
Description: Implementation of the Generalized Pairwise Comparisons (GPC). GPC
    compare two groups of observations (intervention vs. control
    group) regarding several prioritized endpoints. The net benefit
    and win ratio statistics can then be estimated and corresponding
    confidence intervals and p-values can be estimated using
    resampling methods or the asymptotic U-statistic theory. The software enables the use of thresholds of
    minimal important difference as well as stratification. Censored observations
	can be handled using Gehan's modification of the Wilcoxon statistic, inverse
    probability of censoring weights, or, in the case of right
    censoring, using the empirical survival curves in each group to
    estimating the expected score of the censored pairs.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/bozenne/BuyseTest
BugReports: https://github.com/bozenne/BuyseTest/issues
Depends: R (>= 2.10), prodlim, Rcpp, data.table
Imports: doParallel, foreach, methods, lava, parallel, stats, stats4,
        utils
Suggests: pbapply, R.rsp, survival, testthat
LinkingTo: Rcpp, RcppArmadillo
SystemRequirements: C++11
VignetteBuilder: R.rsp
NeedsCompilation: yes
RoxygenNote: 6.1.0.9000
Collate: '0-onLoad.R' '1-setGeneric.R' 'BuyseRes-object.R'
        'BuyseRes-summary.R' 'BuyseRes-confint.R' 'BuyseRes_get.R'
        'BuyseRes_show.R' 'BuyseSim-object.R' 'BuyseSim-summary.R'
        'BuyseSim_show.R' 'BuyseTest-check.R' 'BuyseTest-inference.R'
        'BuyseTest-initialization.R' 'BuyseTest-package.R'
        'BuyseTest-print.R' 'BuyseTest.R' 'BuyseTest.options-object.R'
        'BuyseTest.options.R' 'PairScore.R' 'RcppExports.R'
        'constStrata.R' 'discreteRoot.R' 'powerBuyseTest.R'
        'seBuyseTest.R' 'simBuyseTest.R' 'valid.R'
Packaged: 2018-10-17 09:46:38.434 UTC; hpl802
Author: Brice Ozenne [aut, cre] (<https://orcid.org/0000-0001-9694-2956>),
  Julien Peron [aut]
Maintainer: Brice Ozenne <brice.ozenne@orange.fr>
Repository: CRAN
Date/Publication: 2018-10-17 10:30:13 UTC
