X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2FselectVariables.R;h=2d1c9b7b71c16d5e7c15453be7d37d65fae501f9;hp=99959cac1b83c789e03e84853a6e2018f8619f98;hb=fb3557f39487d9631ffde30f20b70938d2a6ab0c;hpb=bb64f5cbaa3f0d4cc49a0325ca24d4f41f90ccc3 diff --git a/pkg/R/selectVariables.R b/pkg/R/selectVariables.R index 99959ca..2d1c9b7 100644 --- a/pkg/R/selectVariables.R +++ b/pkg/R/selectVariables.R @@ -66,7 +66,6 @@ selectVariables <- function(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma if (ncores > 1) parallel::stopCluster(cl) - print(out) #DEBUG TRACE # Suppress models which are computed twice # sha1_array <- lapply(out, digest::sha1) out[ duplicated(sha1_array) ] selec <- lapply(out, function(model) model$selected)