breakpointFit: break point fits

Description Usage Arguments

View source: R/helperFunctions.R

Description

break point fits

Usage

1
breakpointFit(J, tVectIn, lmLinear, numTry)

Arguments

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.


Trendy documentation built on Nov. 8, 2020, 8:10 p.m.