1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/indicesSelection.R
3 \name{indicesSelection}
4 \alias{indicesSelection}
5 \title{Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile}
7 indicesSelection(phi, thresh = 1e-06)
10 \item{phi}{regression matrix, of size p*m}
12 \item{thresh}{threshold to say a cofficient is equal to zero}
15 a list with A, a matrix with relevant indices (size = p*m) and B, a
16 matrix with irrelevant indices (size = p*m)
19 Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile