X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=R%2FselectVariables.R;fp=R%2FselectVariables.R;h=03578c9d382fc867c92813e1f582c6a958da5f54;hp=92baec871975e46f4bb4dafd934e908afe1ad5df;hb=5955cc25fade323296485500104dd90990e2cdc1;hpb=7064275b23125c87a30fbdbd690eeb4d8c557420 diff --git a/R/selectVariables.R b/R/selectVariables.R index 92baec8..03578c9 100644 --- a/R/selectVariables.R +++ b/R/selectVariables.R @@ -42,4 +42,5 @@ selectVariables = function(phiInit,rhoInit,piInit,gamInit,mini,maxi,gamma,glambd list("selected"=selectedVariables,"Rho"=params$Rho,"Pi"=params$Pi) }) parallel::stopCluster(cl) + out }