Rename EMGLLF and EMGrank with suffix _R in generate_tests/.
[valse.git] / pkg / man / selectVariables.Rd
CommitLineData
c7dab9ff 1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/selectVariables.R
3\name{selectVariables}
4\alias{selectVariables}
3f62d540 5\title{selectVariables}
c7dab9ff 6\usage{
7selectVariables(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma, glambda,
3f62d540 8 X, Y, thresh, tau, ncores = 1)
c7dab9ff 9}
10\arguments{
11\item{phiInit}{an initial estimator for phi (size: p*m*k)}
12
13\item{rhoInit}{an initial estimator for rho (size: m*m*k)}
14
15\item{piInit}{an initial estimator for pi (size : k)}
16
17\item{gamInit}{an initial estimator for gamma}
18
19\item{mini}{minimum number of iterations in EM algorithm}
20
21\item{maxi}{maximum number of iterations in EM algorithm}
22
23\item{gamma}{power in the penalty}
24
25\item{glambda}{grid of regularization parameters}
26
27\item{X}{matrix of regressors}
28
29\item{Y}{matrix of responses}
30
c7dab9ff 31\item{tau}{threshold to say that EM algorithm has converged}
3f62d540 32
33\item{thres}{threshold to consider a coefficient to be equal to 0}
c7dab9ff 34}
35\value{
3f62d540 36a list of outputs, for each lambda in grid: selected,Rho,Pi
c7dab9ff 37}
38\description{
3f62d540 39It is a function which construct, for a given lambda, the sets of relevant variables.
c7dab9ff 40}
41\examples{
42TODO
43
44}
45