View source: R/helperFunctions.R
break point fits
1 | breakpointFit(J, tVectIn, lmLinear, numTry)
|
J |
number of breakpoints in the model |
tVectIn |
a numerical vector indicating the time-points or the order of samples. If it is NULL (default), then the time/order will be assumed to be equaly spaced from 1:N (N is number of samples). |
lmLinear |
the linear model fit; no breakpoints |
numTry |
the number of different seeds to try. If all numTry runs fail, then the linear regression (no breakpoints, one segment) model will be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.