powered by
kl.compreg(y, x, B = 1000, ncores = 4, xnew = NULL)
diri.reg, esov.compreg, ols.compreg, comp.reg
library(MASS) x <- fgl[, 1] y <- fgl[, 2:9] mod1<- kl.compreg(y, x, B = 1, ncores = 1) mod2 <- esov.compreg(y, x, B = 1, ncores = 1) mod1 mod2
Run the code above in your browser using DataLab