coef.binseg_normal_cv {binsegRcpp} | R Documentation |
coef binseg normal cv
Description
Compute a data table of segment start/end/mean values for all
models given by segments
.
Usage
## S3 method for class 'binseg_normal_cv'
coef(object,
segments = max(nrow(object$splits)),
...)
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]