1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/discardSimilarModels.R
3 \name{discardSimilarModels_EMGrank}
4 \alias{discardSimilarModels_EMGrank}
5 \title{Discard models which have the same relevant variables
6 - for Lasso-rank procedure (focus on columns)}
8 discardSimilarModels_EMGrank(B1, rho, pi)
11 \item{B1}{array of relevant coefficients (of size p*m*length(gridlambda))}
13 \item{rho}{covariance matrix}
15 \item{pi}{weight parameters}
18 a list with B1, in, rho, pi
21 Discard models which have the same relevant variables
22 - for Lasso-rank procedure (focus on columns)