print.pmtree {model4you} | R Documentation |
Print and summary methods for pmtree objects.
## S3 method for class 'pmtree' print(x, node = NULL, FUN = NULL, digits = getOption("digits") - 4L, footer = TRUE, ...) ## S3 method for class 'pmtree' summary(object, node = NULL, ...) ## S3 method for class 'summary.pmtree' print(x, digits = 4, ...) ## S3 method for class 'pmtree' coef(object, node = NULL, ...)
x |
object. |
node |
node number, if any. |
FUN |
formatinfo function. |
digits |
number of digits. |
footer |
should footer be included? |
... |
further arguments passed on to |
object |
object. |