f2a91208 |
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} |
6 | \usage{ |
7 | indicesSelection(phi, thresh = 1e-06) |
8 | } |
9 | \arguments{ |
10 | \item{phi}{regression matrix, of size p*m} |
11 | |
12 | \item{thresh}{threshold to say a cofficient is equal to zero} |
13 | } |
14 | \value{ |
15 | a list with A, a matrix with relevant indices (size = p*m) and B, a |
16 | matrix with irrelevant indices (size = p*m) |
17 | } |
18 | \description{ |
19 | Construct the set of relevant indices |
20 | } |
21 | |