Dear R-help,

I am having trouble with the predict function in lasso2. For example:

> data(Iowa)
> l1c.I <- l1ce(Yield ~ ., Iowa, bound = 10, absolute.t=TRUE)
> predict (l1c.I)           # this works is fine
> predict (l1c.I,Iowa) 
Error in eval(exper,envir, enclos) : couldn't find function "Yield"


And I have similar trouble whenever I use the newdata argument in 
prediction.

thanks in advance,

Clayton
        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to