R/test.LM.R

test.LM <-
function(x){
    linmod <- lm(x[,1] ~ x[,2])
    summary(linmod)
}

Try the dcv package in your browser

Any scripts or data that you put into this service are public.

dcv documentation built on May 1, 2019, 9:25 p.m.