Re: [R] trouble with predict.l1ce

2003-12-09 Thread Martin Maechler
clayton == clayton springer [EMAIL PROTECTED] on Mon, 8 Dec 2003 13:48:11 -0500 writes: clayton Dear R-help, I am having trouble with the predict clayton function in lasso2. For example: data(Iowa) l1c.I - l1ce(Yield ~ ., Iowa, bound = 10, absolute.t=TRUE) predict (l1c.I)

[R] trouble with predict.l1ce

2003-12-08 Thread clayton . springer
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