Printing the most important features and coefficients (including the breakpoints) of a segmented model.
# S3 method for segmented
print(x, digits = max(3, getOption("digits") - 3), ...)# S3 method for segmented
coef(object, include.psi=FALSE, ...)
object of class segmented
number of digits to be printed
object of class segmented
logical. If TRUE
, the breakpoints are returned along with the regression coefficients
arguments passed to other functions
Vito M.R. Muggeo
summary.segmented
, print.summary.segmented