Skip to content

Commit

Permalink
require coin for PCA (not purse)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluefoxr committed Jan 28, 2025
1 parent ab06755 commit 4c2242b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/PCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
get_PCA <- function(coin, dset = "Raw", iCodes = NULL, Level = NULL, by_groups = TRUE,
nowarnings = FALSE, weights_to = NULL, out2 = "list"){

check_coin_input(coin)

if(is.null(Level)){
Level <- 1
}
Expand Down

0 comments on commit 4c2242b

Please sign in to comment.