Skip to content

Commit 5c10163

Browse files
committed
rd
1 parent f106402 commit 5c10163

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

R/principal_components.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ principal_components.data.frame <- function(x,
289289
sort = FALSE,
290290
threshold = NULL,
291291
standardize = TRUE,
292-
verbose = TRUE,
293292
...) {
294293
# save name of data set
295294
data_name <- insight::safe_deparse_symbol(substitute(x))

R/utils_pca_efa.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#' observation, else, the sum score of all (sub) items is calculated. If `NULL`,
1414
#' the value is chosen to match half of the number of columns in a data frame,
1515
#' i.e. no more than 50% missing values are allowed.
16-
#' @param verbose Logical, whether to print messages about reversing items.
1716
#'
1817
#' @details
1918
#' `get_scores()` takes the results from [`principal_components()`] or

man/get_scores.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/principal_components.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)