View source: R/S3methodsDeprecations.r
chooseModel | R Documentation |
data.frame
, taking into account the
marginality relations of terms.Using p-values from hypothesis tests, determines the set of significant
terms, taking into account the hierarchy or marginality of terms.
In particular, a term will not be tested if it is marginal to (or nested in) one
that is significant.
For example, if A:B is significant, then neither A nor B will be tested.
The tests conducted in choosing selected model are listed in
a summary data.frame
.
chooseModel(object, ...)
object |
an object using which p-values can be obtained for use in model selection. |
... |
further arguments passed to or from other methods. |
chooseModel
is the generic function for the chooseModel
method.
Use methods("chooseModel") to get all the methods for the chooseModel generic.
chooseModel.asrtests
is a method for an asrtests.object
. It uses
testranfix.asrtests
to conduct tests to determine the p-values used
in the model selection.
chooseModel.data.frame
is a method for a data.frame
. It uses
the p-values stored in the data.frame
in the model selection.
Chris Brien
chooseModel.asrtests
, chooseModel.asrtests
,
changeModelOnIC.asrtests
, testranfix.asrtests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.