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 summary.ShiftModel
print(x, ...)
No return value. Called for its side effect: printing summary information to the console.
An object of class summary.ShiftModel
, usually returned by summary(model)
where model
is a ShiftModel
.
Additional arguments (currently ignored).