Rename EMGLLF and EMGrank with suffix _R in generate_tests/.
[valse.git] / pkg / man / discardSimilarModels_EMGrank.Rd
CommitLineData
c7dab9ff 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)}
7\usage{
8discardSimilarModels_EMGrank(B1, rho, pi)
9}
10\arguments{
11\item{B1}{array of relevant coefficients (of size p*m*length(gridlambda))}
12
13\item{rho}{covariance matrix}
14
15\item{pi}{weight parameters}
16}
17\value{
18a list with B1, in, rho, pi
19}
20\description{
21Discard models which have the same relevant variables
22 - for Lasso-rank procedure (focus on columns)
23}
24