Skip to content

Commit

Permalink
updated adjust_weights_parametric_util.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
xidongdxi committed Jul 11, 2024
1 parent 5c306e4 commit ec0ee2c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: graphicalMCP
Title: Graphical Multiple Comparison Procedures
Version: 0.2.4
Version: 0.2.5
Authors@R: c(
person("Dong", "Xi", , "[email protected]", role = c("aut", "cre")),
person("Ethan", "Brockmann", , "[email protected]", role = "aut"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@

* Updated documentation according to issue #84
* Resubmission for first CRAN release

# graphicalMCP 0.2.5

* Updated adjust_weights_parametric_util.Rd
* Resubmission for first CRAN release
10 changes: 2 additions & 8 deletions R/adjust_weights_parametric_util.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,12 @@
#' hypothesis testing problems. Note when parametric tests are used, only
#' one-sided tests are supported.
#' @param hypotheses A numeric vector of hypothesis weights. Must be a vector of
#' values between 0 & 1 (inclusive). The length should match the length of
#' `p`. The sum of hypothesis weights should not exceed 1.
#' @param p (Optional) A numeric vector of p-values (unadjusted, raw), whose
#' values should be between 0 & 1. The length should match the length of
#' `hypotheses`.
#' values between 0 & 1 (inclusive). The sum of hypothesis weights should not
#' exceed 1.
#' @param test_corr (Optional) A numeric matrix of correlations between test
#' statistics, which is needed to perform parametric tests using
#' [adjust_weights_parametric()]. The number of rows and columns of
#' this correlation matrix should match the length of `p`.
#' @param test_groups (Optional) A list of numeric vectors specifying hypotheses
#' to test together. Grouping is needed to correctly perform Simes and
#' parametric tests.
#' @param maxpts (Optional) An integer scalar for the maximum number of function
#' values, which is needed to perform parametric tests using the
#' `mvtnorm::GenzBretz` algorithm. The default is 25000.
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/Gilead-BioStats/graphicalMCP",
"issueTracker": "https://github.com/Gilead-BioStats/graphicalMCP/issues",
"license": "Apache License 2",
"version": "0.2.4",
"version": "0.2.5",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -312,7 +312,7 @@
},
"SystemRequirements": null
},
"fileSize": "719.081KB",
"fileSize": "718.407KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 0.2.5

- This is the fifth submission to CRAN.
+ Updated adjust_weights_parametric_util.Rd
+ There is one note regarding the spelling of "al", "et", "Bretz", "MCPs" and
"familywise". This is to confirm that they are correct.

## R CMD check results

0 errors | 0 warnings | 0 notes

# Version 0.2.4

- This is the fourth submission to CRAN.
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
"manual",
title = "{graphicalMCP}: Graphical multiple comparison procedures",
author = as.person("Dong Xi and Ethan Brockmann"),
edition = "version 0.2.4",
edition = "version 0.2.5",
year = 2024,
url = "https://github.com/Gilead-BioStats/graphicalMCP"
)
12 changes: 2 additions & 10 deletions man/adjust_weights_parametric_util.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec0ee2c

Please sign in to comment.