X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FdiscardSimilarModels_EMGLLF.Rd;fp=man%2FdiscardSimilarModels_EMGLLF.Rd;h=0000000000000000000000000000000000000000;hb=f87ff0f5116c0c1c59c5608e46563ff0f79e5d43;hp=20ac957c8ac0d5b0ef628c6ebd64cf364523162e;hpb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba;p=valse.git diff --git a/man/discardSimilarModels_EMGLLF.Rd b/man/discardSimilarModels_EMGLLF.Rd deleted file mode 100644 index 20ac957..0000000 --- a/man/discardSimilarModels_EMGLLF.Rd +++ /dev/null @@ -1,27 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/discardSimilarModels.R -\name{discardSimilarModels_EMGLLF} -\alias{discardSimilarModels_EMGLLF} -\title{Discard models which have the same relevant variables - for EMGLLF} -\usage{ -discardSimilarModels_EMGLLF(B1, B2, glambda, rho, pi) -} -\arguments{ -\item{B1}{array of relevant coefficients (of size p*m*length(gridlambda))} - -\item{B2}{array of irrelevant coefficients (of size p*m*length(gridlambda))} - -\item{glambda}{grid of regularization parameters (vector)} - -\item{rho}{covariance matrix (of size m*m*K*size(gridLambda))} - -\item{pi}{weight parameters (of size K*size(gridLambda))} -} -\value{ -a list with update B1, B2, glambda, rho and pi, and ind the vector of indices -of selected models. -} -\description{ -Discard models which have the same relevant variables - for EMGLLF -} -