Skip to content

Commit

Permalink
Update mfairInitialization.R
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Sep 16, 2023
1 parent 0b52b45 commit 356f4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mfairInitialization.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ createMFAIR <- function(Y, X, Y_sparse = FALSE, Y_center = TRUE, K_max = 1L, pro
object <- new(
Class = "MFAIR",
Y = Y,
X = as.data.frame(X),
X = X,
Y_sparse = Y_sparse,
Y_center = Y_center,
Y_mean = Y_mean,
Expand Down

0 comments on commit 356f4ea

Please sign in to comment.