R/orlm.forboot.fixed.R

orlm_forboot.fixed <- function (data, indices, ...) 
{
    e <- data$e[indices]
    dat <- cbind(data$fit+e, data[,2:(ncol(data)-2)])
    aus <- orlm(lm(dat), ...)$b.restr
    return(aus)
}

Try the ic.infer package in your browser

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

ic.infer documentation built on Oct. 5, 2023, 5:09 p.m.