powered by
This function allows to compare 'dat' to confindence interval of linare model 'lMod' (eg from lm())
.checkLmConfInt(dat, lMod, level = 0.95)
This function returns a logical vector for each value in 2nd col of 'dat' if INSIDE confid interval
matrix or data.frame, main input
linear model, only used to extract coefficients offset & slope
(numeric) alpha threshold for linear model
searchLinesAtGivenSlope
set.seed(2016); dat1 <- matrix(c(runif(200)+rep(1:10,20)),ncol=10)
Run the code above in your browser using DataLab