Package: BuyseTest
Type: Package
Title: Generalized Pairwise Comparisons
Version: 1.7
Date: 2019-01-15
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
			 importance difference, stratification, and corrections to deal
			 with right-censored endpoints or missing values.
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-confint.R' 'BuyseRes-iid.R' 'BuyseRes-summary.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: 2019-01-15 21:13:08 UTC; brice
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: 2019-01-16 09:00:07 UTC
