Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 3, 2023
1 parent c0837c3 commit 94cc5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_pca_efa.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ predict.parameters_efa <- function(object,
}
} else {
# psych:::predict.principal(object, data)
out <- predict(attri$model, data = newdata)
out <- stats::predict(attri$model, data = newdata)
}
} else if (inherits(attri$model, c("psych", "fa"))) {
if (is.null(newdata)) {
Expand Down

0 comments on commit 94cc5cd

Please sign in to comment.