Skip to content

Commit 8d09ade

Browse files
committed
fix
1 parent 42a84d1 commit 8d09ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/factor_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ factor_analysis.matrix <- function(x,
7979
}
8080

8181
factor_analysis.data.frame(
82-
as.data.frame(x),
82+
x,
8383
n = n,
8484
rotation = rotation,
8585
factor_method = factor_method,

0 commit comments

Comments
 (0)