Skip to content
Prev 205799 / 398506 Next

Using outer with function predict

Try this:

outer(x, y, FUN = function(x, y)predict(lm.1, data.frame(x, y)))
On Fri, Jan 8, 2010 at 5:49 PM, Etienne Stockhausen <einohr2002 at web.de> wrote: