powered by
multivreg(y, x, plot = TRUE, xnew = NULL)
lm
diri.reg, esov.compreg, kl.compreg, ols.compreg, comp.reg
library(MASS) x <- iris[, 1:2] y<- iris[, 3:4] multivreg(y, x, plot = TRUE)
Run the code above in your browser using DataLab