We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a84d1 commit 8d09adeCopy full SHA for 8d09ade
R/factor_analysis.R
@@ -79,7 +79,7 @@ factor_analysis.matrix <- function(x,
79
}
80
81
factor_analysis.data.frame(
82
- as.data.frame(x),
+ x,
83
n = n,
84
rotation = rotation,
85
factor_method = factor_method,
0 commit comments