X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2FmodelSelection.Rd;h=30aeaa5acac8c9cf0ef04f5dc6d5684c05aed8ce;hb=53fa233d8fbeaf4d51a4874ba69d8472d01d04ba;hp=c65b67822d8177f878d593cb6db37d062fd8763f;hpb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;p=valse.git diff --git a/man/modelSelection.Rd b/man/modelSelection.Rd index c65b678..30aeaa5 100644 --- a/man/modelSelection.Rd +++ b/man/modelSelection.Rd @@ -3,7 +3,7 @@ \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 +models having strictly different dimensions, keeping the model which minimizes the likelihood if there were several with the same dimension} \usage{ modelSelection(LLF) @@ -13,12 +13,12 @@ modelSelection(LLF) 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 +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 +models having strictly different dimensions, keeping the model which minimizes the likelihood if there were several with the same dimension }