X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FmodelSelection.Rd;fp=man%2FmodelSelection.Rd;h=c65b67822d8177f878d593cb6db37d062fd8763f;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hp=0000000000000000000000000000000000000000;hpb=d1531659214edd6eaef0ac9ec835455614bba16c;p=valse.git diff --git a/man/modelSelection.Rd b/man/modelSelection.Rd new file mode 100644 index 0000000..c65b678 --- /dev/null +++ b/man/modelSelection.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/modelSelection.R +\name{modelSelection} +\alias{modelSelection} +\title{Among a collection of models, this function constructs a subcollection of models with +models having strictly different dimensions, keeping the model which minimizes +the likelihood if there were several with the same dimension} +\usage{ +modelSelection(LLF) +} +\arguments{ +\item{LLF}{a matrix, the first column corresponds to likelihoods for several models +the second column corresponds to the dimensions of the corresponding models.} +} +\value{ +a list with indices, a vector of indices selected models, + and D1, a vector of corresponding dimensions +} +\description{ +Among a collection of models, this function constructs a subcollection of models with +models having strictly different dimensions, keeping the model which minimizes +the likelihood if there were several with the same dimension +} +