print.summary.ShiftModel | R Documentation |
Prints a formatted summary of a fitted ShiftModel
, including the estimated parameters (alpha
, sigma2
, log-likelihood, and BIC),
as well as details of detected shifts in the optimal trait value (mean) and variance. This method is typically called on the result of
summary()
applied to an object of class ShiftModel
.
## S3 method for class 'summary.ShiftModel'
print(x, ...)
x |
An object of class |
... |
Additional arguments (currently ignored). |
No return value. Called for its side effect: printing summary information to the console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.