X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FindicesSelection.Rd;fp=man%2FindicesSelection.Rd;h=21d8e2de2b6bf75b486f4bd66e8c4b9fe3d02de9;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hp=0000000000000000000000000000000000000000;hpb=d1531659214edd6eaef0ac9ec835455614bba16c;p=valse.git diff --git a/man/indicesSelection.Rd b/man/indicesSelection.Rd new file mode 100644 index 0000000..21d8e2d --- /dev/null +++ b/man/indicesSelection.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/indicesSelection.R +\name{indicesSelection} +\alias{indicesSelection} +\title{Construct the set of relevant indices} +\usage{ +indicesSelection(phi, thresh = 1e-06) +} +\arguments{ +\item{phi}{regression matrix, of size p*m} + +\item{thresh}{threshold to say a cofficient is equal to zero} +} +\value{ +a list with A, a matrix with relevant indices (size = p*m) and B, a + matrix with irrelevant indices (size = p*m) +} +\description{ +Construct the set of relevant indices +} +