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 a5999a6 commit b84c9d1Copy full SHA for b84c9d1
R/bgm.R
@@ -341,12 +341,10 @@ bgm = function(x,
341
save_pairwise = check_logical(save_pairwise, "save_pairwise")
342
save_indicator = check_logical(save_indicator, "save_indicator")
343
344
-
345
# Check update method
346
update_method_input = update_method
347
update_method = match.arg(update_method)
348
349
350
#Check data input ------------------------------------------------------------
351
if(!inherits(x, what = "matrix") && !inherits(x, what = "data.frame"))
352
stop("The input x needs to be a matrix or dataframe.")
0 commit comments