X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2FselectVariables.R;h=0c18c6797e47554c29d7a5851087f9c77f1172e5;hp=a4bc0f403960428f0934efd181ab7e97a22276ff;hb=859c30ec72871f923da0498c14a94e67b0219875;hpb=04845e3300b5450629bf1a2c3344d2f9419e91a6 diff --git a/pkg/R/selectVariables.R b/pkg/R/selectVariables.R index a4bc0f4..0c18c67 100644 --- a/pkg/R/selectVariables.R +++ b/pkg/R/selectVariables.R @@ -18,10 +18,7 @@ #' #' @return a list of outputs, for each lambda in grid: selected,Rho,Pi #' -#' @examples TODO -#' #' @export -#' selectVariables <- function(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma, glambda, X, Y, thresh = 1e-08, eps, ncores = 3, fast) {