From 906c7413edeb24f4d0a4d278f6c35e8527b1fc5f Mon Sep 17 00:00:00 2001 From: noriakis Date: Thu, 25 Apr 2024 15:36:40 +0900 Subject: [PATCH] rankComponents --- R/rankComponents.R | 2 +- man/rankComponents.Rd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/R/rankComponents.R b/R/rankComponents.R index df642e2..7d818a1 100644 --- a/R/rankComponents.R +++ b/R/rankComponents.R @@ -13,7 +13,7 @@ #' @param statHow how to aggregate the multiple statistical values #' @export rankComponents <- function(stana, pid, candSp=NULL, cl=NULL, eps=1e-2, how=sum, - zeroPerc=0, rankMethod="modt", statHow=mean) { + rankMethod="modt", statHow=mean) { if (is.null(candSp)) {candSp <- stana@ids[1]} if (is.null(cl)) {cl <- stana@cl} if (length(cl)!=2) {stop("Only the two group is supported")} diff --git a/man/rankComponents.Rd b/man/rankComponents.Rd index 089fb53..2da3e3e 100644 --- a/man/rankComponents.Rd +++ b/man/rankComponents.Rd @@ -11,7 +11,6 @@ rankComponents( cl = NULL, eps = 0.01, how = sum, - zeroPerc = 0, rankMethod = "modt", statHow = mean )