Skip to content

Commit

Permalink
no ccdf ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-fallet committed Oct 14, 2024
1 parent 739ea6e commit 1c8aedb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/cit_gsa.R
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ cit_gsa <- function(M,

output <- list(which_test = test,
n_perm = n_perm,
pvals = df,
ccdf = ccdf)
pvals = df) #, ccdf = ccdf

class(output) <- "citcdf"
output$type <- "gsa"
Expand Down

0 comments on commit 1c8aedb

Please sign in to comment.