X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2Fman%2FmodelSelection.Rd;fp=pkg%2Fman%2FmodelSelection.Rd;h=0000000000000000000000000000000000000000;hp=30aeaa5acac8c9cf0ef04f5dc6d5684c05aed8ce;hb=6f32817b8258e4ff1bb0bf82fc7dc3d2056df3e3;hpb=f72448157e2ca194959adcffced29448fbb1bb74 diff --git a/pkg/man/modelSelection.Rd b/pkg/man/modelSelection.Rd deleted file mode 100644 index 30aeaa5..0000000 --- a/pkg/man/modelSelection.Rd +++ /dev/null @@ -1,24 +0,0 @@ -% 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 -} -