Skip to content

Commit b84c9d1

Browse files
checkout
1 parent a5999a6 commit b84c9d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/bgm.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,10 @@ bgm = function(x,
341341
save_pairwise = check_logical(save_pairwise, "save_pairwise")
342342
save_indicator = check_logical(save_indicator, "save_indicator")
343343

344-
345344
# Check update method
346345
update_method_input = update_method
347346
update_method = match.arg(update_method)
348347

349-
350348
#Check data input ------------------------------------------------------------
351349
if(!inherits(x, what = "matrix") && !inherits(x, what = "data.frame"))
352350
stop("The input x needs to be a matrix or dataframe.")

0 commit comments

Comments
 (0)