update {ouch} | R Documentation |
Update and refit an ouch model
Description
update
will update a model and re-fit.
This allows one to change the data and/or parameters.
Usage
## S4 method for signature 'hansentree'
update(object, data, regimes, sqrt.alpha, sigma, ...)
## S4 method for signature 'browntree'
update(object, data, ...)
Arguments
object |
fitted model object. |
data |
data that replace those used in the original fit. |
regimes |
A vector of codes, one for each node in the tree, specifying the selective regimes hypothesized to have been operative.
Corresponding to each node, enter the code of the regime hypothesized for the branch segment terminating in that node.
For the root node, because it has no branch segment terminating on it, the regime specification is irrelevant.
If there are |
sqrt.alpha , sigma |
These are used to initialize the optimization algorithm.
The selection strength matrix |
... |
Additional arguments replace the corresponding arguments in the original call. |
Value
update
returns a new fitted-model object of the same class as object
.
See Also
Other methods for ouch trees:
as_data_frame
,
bootstrap()
,
coef()
,
logLik
,
ouch-package
,
paint()
,
plot()
,
print()
,
simulate()
,
summary()