powered by
"confint" (object, parm = 1:length(object$variable), level = 0.95, cval = NULL, ...)
cumres
x
cval
n <- 500; x <- abs(rnorm(n,sd=0.2))+0.01; y <- sqrt(x) + rnorm(n,sd=0.2) l <- lm(y ~ x) g <- cumres(l, R=1000) confint(g,1)
Run the code above in your browser using DataLab