1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/discardSimilarModels.R
3 \name{discardSimilarModels}
4 \alias{discardSimilarModels}
5 \title{Discard models which have the same relevant variables}
7 discardSimilarModels(B1, B2, glambda, rho, pi)
10 \item{B1}{array of relevant coefficients (of size p*m*length(gridlambda))}
12 \item{B2}{array of irrelevant coefficients (of size p*m*length(gridlambda))}
14 \item{glambda}{grid of regularization parameters (vector)}
16 \item{rho}{covariance matrix (of size m*m*K*size(gridLambda))}
18 \item{pi}{weight parameters (of size K*size(gridLambda))}
21 a list with update B1, B2, glambda, rho and pi, and ind the vector of indices
25 Discard models which have the same relevant variables