X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FR%2FselectVariables.R;h=e08a9411afd310a66db50ab2f76564d6f9f32e1c;hp=a4bc0f403960428f0934efd181ab7e97a22276ff;hb=8b28401096c8f1b95a4d83b34b47548ae1b2a425;hpb=04845e3300b5450629bf1a2c3344d2f9419e91a6 diff --git a/pkg/R/selectVariables.R b/pkg/R/selectVariables.R index a4bc0f4..e08a941 100644 --- a/pkg/R/selectVariables.R +++ b/pkg/R/selectVariables.R @@ -15,13 +15,11 @@ #' @param thresh real, threshold to say a variable is relevant, by default = 1e-8 #' @param eps threshold to say that EM algorithm has converged #' @param ncores Number or cores for parallel execution (1 to disable) +#' @param fast boolean to enable or not the C function call #' #' @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) {