Learn R Programming

segmented (version 2.0-0)

print.segmented: Print method for the segmented class

Description

Printing the most important features and coefficients (including the breakpoints) of a segmented model.

Usage

# S3 method for segmented
print(x, digits = max(3, getOption("digits") - 3), ...)

# S3 method for segmented coef(object, include.psi=FALSE, ...)

Arguments

x

object of class segmented

digits

number of digits to be printed

object

object of class segmented

include.psi

logical. If TRUE, the breakpoints are returned along with the regression coefficients

...

arguments passed to other functions

Author

Vito M.R. Muggeo

See Also

summary.segmented, print.summary.segmented