ignore local files (projects, R history...)
[valse.git] / man / modelSelection.Rd
index c65b678..30aeaa5 100644 (file)
@@ -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
 }