Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'segmented'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class '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(s)

Vito M.R. Muggeo

See Also


segmented

Regression Models with Break-Points / Change-Points Estimation

v1.3-4
GPL
Authors
Vito M. R. Muggeo [aut, cre] (<https://orcid.org/0000-0002-3386-4054>)
Initial release
2021-04-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.