Skip to content

Commit

Permalink
rankComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Apr 25, 2024
1 parent dbc0678 commit 906c741
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/rankComponents.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down
1 change: 0 additions & 1 deletion man/rankComponents.Rd

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

0 comments on commit 906c741

Please sign in to comment.