-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Why isn't there any difference in the two if cases in boot_networklevel_n:
if (n == 1) {
results <- get_list_of_matrices(boot_lst, metric_names, n, iter_spl_size)
# Convert data back to data frame if applicable
if (! "data.table" %in% cls_data) data.table::setDF(data)
return(results)
} else if (n == 2) {
results <- get_list_of_matrices(boot_lst, metric_names, n, iter_spl_size)
if (! "data.table" %in% cls_data) data.table::setDF(data)
return(results)
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right