.checkLmConfInt | R Documentation |
This function allows to compare 'dat' to confindence interval of linare model 'lMod' (eg from lm())
.checkLmConfInt(dat, lMod, level = 0.95)
dat |
matrix or data.frame, main input |
lMod |
linear model, only used to extract coefficients offset & slope |
level |
(numeric) alpha threshold for linear model |
This function returns a logical vector for each value in 2nd col of 'dat' if INSIDE confid interval
searchLinesAtGivenSlope
set.seed(2016); dat1 <- matrix(c(runif(200)+rep(1:10,20)),ncol=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.