fix memory leaks on EMGLLF, test OK for EMGrank
[valse.git] / man / indicesSelection.Rd
CommitLineData
f2a91208 1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/indicesSelection.R
3\name{indicesSelection}
4\alias{indicesSelection}
cad71b2c 5\title{Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile}
f2a91208 6\usage{
7indicesSelection(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{
15a list with A, a matrix with relevant indices (size = p*m) and B, a
cad71b2c 16 matrix with irrelevant indices (size = p*m)
f2a91208 17}
18\description{
cad71b2c 19Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile
f2a91208 20}
21