summary.brokenstick {brokenstick} | R Documentation |
Create summary of brokenstick object
Description
Create summary of brokenstick object
Usage
## S3 method for class 'brokenstick'
summary(
object,
...,
cor = FALSE,
lower = TRUE,
hide = c("right", "left", "boundary", "internal", "none")
)
Arguments
object |
A |
... |
additional arguments affecting the summary produced. |
cor |
Logical. Should the function return the correlation matrix
instead of the covariance matrix? The default is |
lower |
Logical. Print lower triangle of correlation/covariance matrix? |
hide |
Should output for boundary knots be hidden in the print,
summary and plot functions? Can be |
[Package brokenstick version 2.5.0 Index]