print.segmented {segmented} | R Documentation |
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 |
digits |
number of digits to be printed |
object |
object of class |
include.psi |
logical. If |
... |
arguments passed to other functions |
Author(s)
Vito M.R. Muggeo
See Also
summary.segmented
, print.summary.segmented
[Package segmented version 2.1-1 Index]