Learn R Programming

ShiVa (version 1.0.1)

print.summary.ShiftModel: 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 summary.ShiftModel
print(x, ...)

Value

No return value. Called for its side effect: printing summary information to the console.

Arguments

x

An object of class summary.ShiftModel, usually returned by summary(model) where model is a ShiftModel.

...

Additional arguments (currently ignored).