Skip to content

Commit

Permalink
fixed get_arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
qddyy committed Sep 13, 2023
1 parent fd08039 commit 8b240d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/auxiliary_funcs.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ get_score <- function(x, method, n = length(x)) {

# for .calculate_statistic_permu

#' @importFrom RcppAlgos comboGeneral comboSample permuteGeneral permuteSample
#' @importFrom RcppAlgos comboGeneral comboSample comboCount
#' @importFrom RcppAlgos permuteGeneral permuteSample permuteCount
get_arrangement <- function(
which = c("combo", "permute", "gpermute"), n_sample = NULL,
v = NULL, m = length(v), replace = FALSE,
Expand Down

0 comments on commit 8b240d2

Please sign in to comment.