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