R/testLM.R

# this is a test
#x <- c(1, 2, 3)
#y <- c(4, 5, 9)
testFun <- function(x,y) {
lm(y ~ x)
yy <- y + rnorm(3) + 2
result <- lm(yy ~ x)
# comment
result
}
mooredf22/test4 documentation built on May 31, 2019, 5:23 a.m.