print.summary.ShiftModel {ShiVa} | R Documentation |
Print Method for Summary of ShiftModel
Description
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
.
Usage
## S3 method for class 'summary.ShiftModel'
print(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments (currently ignored). |
Value
No return value. Called for its side effect: printing summary information to the console.
[Package ShiVa version 1.0.1 Index]