X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2Fman%2FselectVariables.Rd;fp=pkg%2Fman%2FselectVariables.Rd;h=09a52f225e14ea82565a94c3413e05b380f9e3bf;hp=0000000000000000000000000000000000000000;hb=f87ff0f5116c0c1c59c5608e46563ff0f79e5d43;hpb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba diff --git a/pkg/man/selectVariables.Rd b/pkg/man/selectVariables.Rd new file mode 100644 index 0000000..09a52f2 --- /dev/null +++ b/pkg/man/selectVariables.Rd @@ -0,0 +1,49 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/selectVariables.R +\name{selectVariables} +\alias{selectVariables} +\title{selectVaribles +It is a function which construct, for a given lambda, the sets of +relevant variables and irrelevant variables.} +\usage{ +selectVariables(phiInit, rhoInit, piInit, gamInit, mini, maxi, gamma, glambda, + X, Y, thres, tau) +} +\arguments{ +\item{phiInit}{an initial estimator for phi (size: p*m*k)} + +\item{rhoInit}{an initial estimator for rho (size: m*m*k)} + +\item{piInit}{an initial estimator for pi (size : k)} + +\item{gamInit}{an initial estimator for gamma} + +\item{mini}{minimum number of iterations in EM algorithm} + +\item{maxi}{maximum number of iterations in EM algorithm} + +\item{gamma}{power in the penalty} + +\item{glambda}{grid of regularization parameters} + +\item{X}{matrix of regressors} + +\item{Y}{matrix of responses} + +\item{thres}{threshold to consider a coefficient to be equal to 0} + +\item{tau}{threshold to say that EM algorithm has converged} +} +\value{ +TODO +} +\description{ +selectVaribles +It is a function which construct, for a given lambda, the sets of +relevant variables and irrelevant variables. +} +\examples{ +TODO + +} +