Skip to content

Commit

Permalink
... minor change ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Maxime Hugues Ozenne committed Jul 18, 2024
1 parent 097779f commit 27e3af3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Package: BuyseTest
Type: Package
Title: Generalized Pairwise Comparisons
Version: 3.0.4
Date: 2024-06-29
Date: 2024-07-01
Authors@R: c(
person("Brice", "Ozenne", role = c("aut", "cre"), email = "brice.mh.ozenne@gmail.com", comment = c(ORCID = "0000-0001-9694-2956")),
person("Julien", "Peron", role = "ctb"),
person("Eva", "Cantagallo", role = "aut"),
person("William", "Anderson", role = "ctb"),
person("Johan", "Verbeeck", role = "aut")
person("William", "Anderson", role = "aut"),
person("Julien", "Peron", role = "ctb"),
person("Johan", "Verbeeck", role = "ctb")
)
Description: Implementation of the Generalized Pairwise Comparisons (GPC) as defined in Buyse (2010) <doi:10.1002/sim.3923> for complete observations, and extended in Peron (2018) <doi:10.1177/0962280216658320> to deal with right-censoring. GPC compare two groups of observations (intervention vs. control group) regarding several prioritized endpoints to estimate the probability that a random observation drawn from one group performs better than a random observation drawn from the other group (Mann-Whitney parameter). The net benefit and win ratio statistics, i.e. the difference and ratio between the probabilities relative to the intervention and control groups, can then also be estimated. Confidence intervals and p-values are obtained based on asymptotic results (Ozenne 2021 <doi:10.1177/09622802211037067>), non-parametric bootstrap, or permutations. The software enables the use of thresholds of minimal importance difference, stratification, non-prioritized endpoints (O Brien test), and can handle right-censoring and competing-risks.
License: GPL-3
Expand Down
6 changes: 3 additions & 3 deletions R/discreteRoot.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Author: Brice Ozenne
## Created: nov 22 2017 (13:39)
## Version:
## Last-Updated: sep 27 2023 (17:33)
## Last-Updated: jul 12 2024 (13:48)
## By: Brice Ozenne
## Update #: 315
## Update #: 316
##----------------------------------------------------------------------
##
### Commentary:
Expand Down Expand Up @@ -201,7 +201,7 @@ boot2pvalue <- function(x, null, estimate = NULL, alternative = "two.sided",
}else{
statistic <- estimate - null
if(checkSign && sign(statistic.boot)!=sign(statistic)){
message("the estimate and the average bootstrap estimate do not have same sign \n")
message("the estimate and the average bootstrap estimate are not of the same side of the null hypothesis \n")
}
}
sign.statistic <- statistic>=0
Expand Down
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+BEGIN_HTML
<a href="http://cran.rstudio.com/web/packages/BuyseTest/index.html"><img src="http://www.r-pkg.org/badges/version/BuyseTest"></a>
<a href="http://cranlogs.r-pkg.org/downloads/total/last-month/BuyseTest"><img src="http://cranlogs.r-pkg.org/badges/BuyseTest"></a>
<a href="http://cran.rstudio.com/web/packages/BuyseTest/index.html"><img src="https://www.r-pkg.org/badges/version-last-release/BuyseTest", alt="CRAN version"></a>
<a href="http://cranlogs.r-pkg.org/downloads/total/last-month/BuyseTest"><img src="http://cranlogs.r-pkg.org/badges/BuyseTest", alt="Download count"></a>
<a href="https://ci.appveyor.com/project/bozenne/BuyseTest"><img src="https://ci.appveyor.com/api/projects/status/github/bozenne/BuyseTest?svg=true" alt="Build status"></a>
<a href="https://github.com/bozenne/BuyseTest/actions"><img src="https://github.com/bozenne/BuyseTest/workflows/r/badge.svg" alt="Build status"></a>
<a href="http://www.gnu.org/licenses/gpl-3.0.html"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License"></a>
Expand Down

0 comments on commit 27e3af3

Please sign in to comment.