coef.binsegRcpp {binsegRcpp} | R Documentation |
coef binsegRcpp
Description
Compute a data table of segment start/end/mean values for all
models given by segments
.
Usage
## S3 method for class 'binsegRcpp'
coef(object,
segments = 1:min(nrow(object$splits),
10), ...)
Arguments
object |
data.table from |
segments |
integer vector, model sizes in number of |
... |
ignored. |
Value
data.table with one row for each segment.
Author(s)
Toby Dylan Hocking
[Package binsegRcpp version 2023.8.31 Index]