Displaying 1 result from an estimated 1 matches for "dropnul".
Did you mean:
dropnull
2005 Oct 29
2
LaTex error when creating DVI version when compiling package
...heoretic methods }
\description{
Handles lm, glm and list of models lm, glm, lme and nlme objects and
provides parameters to compare models according to Anderson et al. (1998)
}
\usage{
selMod(aModel, Order = "AICc", ...) group method
selMod.lm(aModel, Order = "AICc", dropNull = FALSE, selconv=TRUE, ...)
selMod.list(aModel, Order = "AICc", ...)
}
\arguments{
\item{aModel}{ a lm or glm model or a list of lm or glm models }
\item{dropNull}{ if TRUE, drops the simplest model (e.g. 'y~1') }
\item{Order}{ if set to "AICc" (default) sor...