Skip to content

Commit

Permalink
Keep constant variables instead of removing them
Browse files Browse the repository at this point in the history
  • Loading branch information
GFabien committed Nov 29, 2024
1 parent cb126f0 commit a5b5e21
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 860 deletions.
279 changes: 0 additions & 279 deletions R/generate_resampling.R

This file was deleted.

58 changes: 0 additions & 58 deletions R/remove_null_sd.R

This file was deleted.

2 changes: 1 addition & 1 deletion R/rgcca.R
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ rgcca <- function(blocks, connection = NULL, tau = 1, ncomp = 1,
rgcca_args$quiet <- quiet
rgcca_args$verbose <- verbose

blocks <- remove_null_sd(rgcca_args$blocks)$list_m
blocks <- rgcca_args$blocks

if (opt$disjunction) {
blocks[[rgcca_args$response]] <- as_disjunctive(
Expand Down
Loading

0 comments on commit a5b5e21

Please sign in to comment.