X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=pkg%2FR%2FselectVariables.R;h=0c18c6797e47554c29d7a5851087f9c77f1172e5;hb=859c30ec72871f923da0498c14a94e67b0219875;hp=a4bc0f403960428f0934efd181ab7e97a22276ff;hpb=6775f5b98ffc7eae7ce9d4081b23b39ce66d3c0b;p=valse.git 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) {