non-recursive version of regression coefficient analysis
Arguments
- data
data
frame containing columns tstamp (time stamp), pval (probe value), lval (lab value), evtID (event ID)- uselm
if TRUE, the lm function is used to calculate the linear regression, otherwise (
uselm
== FALSE) the regression is calculated "manually" which is much faster. default: FALSE- aslist
if TRUE the result is retunred in forms of a list with each list element representing one combination. otherwise in forms of a database with columns np (number of points), offset, slope, combi. Default: FALSE.
- ...
further arguments passed to
hsCombiLinReg
, e.g. clever- dbg.level
debug level