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