X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FdiscardSimilarModels.Rd;fp=man%2FdiscardSimilarModels.Rd;h=0a73b7e1f1a671ea05bc03a8c312824b55ec08eb;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hp=0000000000000000000000000000000000000000;hpb=d1531659214edd6eaef0ac9ec835455614bba16c;p=valse.git diff --git a/man/discardSimilarModels.Rd b/man/discardSimilarModels.Rd new file mode 100644 index 0000000..0a73b7e --- /dev/null +++ b/man/discardSimilarModels.Rd @@ -0,0 +1,27 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/discardSimilarModels.R +\name{discardSimilarModels} +\alias{discardSimilarModels} +\title{Discard models which have the same relevant variables} +\usage{ +discardSimilarModels(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 +} +