Re: [R] custom panel help in lattice

2008-12-08 Thread Deepayan Sarkar
On Sun, Dec 7, 2008 at 9:37 AM, Jon Loehrke <[EMAIL PROTECTED]> wrote: > Hi, > > I am having an issue with a custom panel for lattice. The problem > comes when I try passing a groups argument. > > Here is the custom panel, a wrapper for smooth spline. I copied > panel.loess and replaced the loess

[R] custom panel help in lattice

2008-12-07 Thread Jon Loehrke
Hi, I am having an issue with a custom panel for lattice. The problem comes when I try passing a groups argument. Here is the custom panel, a wrapper for smooth spline. I copied panel.loess and replaced the loess arguments with smooth.spline(). [Note: I would like to use the cross-validat