prepare EMGLLF / EMGrank wrappers, simplify folder generateTestData
[valse.git] / R / selectVariables.R
index e1a4e33..3f58ea3 100644 (file)
 #' @param thres         threshold to consider a coefficient to be equal to 0
 #' @param tau           threshold to say that EM algorithm has converged
 #'
-#' @return
-#' @export
+#' @return TODO
+#'
+#' @examples TODO
 #'
-#' @examples
+#' @export
 selectVariables <- function(phiInit,rhoInit,piInit,gamInit,
        mini,maxi,gamma,glambda,X,Y,thres,tau)
 {