Description Usage Arguments Details Value See Also
Performs a stepwise, greedy model selection using an information criteria.
1 2 3 4 5 6 7 8 9 10 | ## S4 method for signature 'PointProcessModel'
stepInformation(model, scope = ~ 0, direction = "both", trace = 1,
steps = 1000, warmStart = TRUE, k = 2, ...)
## S4 method for signature 'MultivariatePointProcess'
stepInformation(model, scope = ~ 0, direction = "both", trace = 1,
steps = 1000, warmStart = TRUE, k = 2, ...)
## S4 method for signature 'PointProcessModel'
getInformation(model, k = 2, ...)
|
model |
a |
scope |
a formula. Only the right hand side matters. It
specifies an upper bound of models to consider. The default, |
direction |
a |
trace |
a |
steps |
a |
warmStart |
a |
k |
a |
... |
other arguments |
N.B. The function stepAIC from MASS was used as a
template for this function. Several of the functionalities of stepAIC
are currently not implemented in this method.
The stepwise selection results in a model for which the information
criteria can not be reduced further by additional steps (a local
minimizer). This resulting model, an object of class
"PointProcessModel", is returned (invisibly) from
stepInformation.
For getInformation a numeric is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.