Skip to content

Commit 315eee4

Browse files
committed
update doc
1 parent e33f922 commit 315eee4

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2022-01-09.
2-
Once it is accepted, delete this file and tag the release (commit d38c350).
1+
This package was submitted to CRAN on 2022-01-10.
2+
Once it is accepted, delete this file and tag the release (commit e33f922).

R/plotNullDistribution.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
#' @importFrom grDevices rainbow
2828
#' @importFrom graphics legend
2929
#' @examples
30+
#' \dontrun{
3031
#'db <- simulateData(pi0 = 0.8, m = 100, n = 20, rho = 0)
3132
#'out <- signTest(X = db)
3233
#'pv <- cbind(out$pv, out$pv_H0)
3334
#'plotNullDistribution(P = pv)
34-
35+
#' }
36+
#'
3537
plotNullDistribution <- function(P=NULL,family="simes",alpha = 0.05, path = getwd(), name = "plot", delta = 0,copes=NULL,mask=NULL, alternative = "two.sided", rand = FALSE, B = 1000){
3638

3739
family_set <- c("simes", "aorc", "beta", "higher.criticism")

man/plotNullDistribution.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)