print.segmented | R Documentation |
Printing the most important features and coefficients (including the breakpoints) of a segmented model.
## S3 method for class 'segmented'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'segmented'
coef(object, include.psi=FALSE, ...)
x |
object of class |
digits |
number of digits to be printed |
object |
object of class |
include.psi |
logical. If |
... |
arguments passed to other functions |
Vito M.R. Muggeo
summary.segmented
, print.summary.segmented
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.