[R] Problem with gam()

2011-08-01 Thread pjura
Dear group, I experience some problems with gam() function after R update to version 2.13.1 The function in both gam and mgcv packages stopped to work. Before, with the same code I used, everything was fine. The function from gam package yields following warning: Residual degrees of freedom are

[R] Problem with gam() after R update

2011-08-01 Thread Przemek Jura
Dear group, I experience some problems with gam() function after R update to version 2.13.1 The function in both gam and mgcv packages stopped to work. Before, with the same code I used, everything was fine. The function from gam package yields following warning: Residual degrees of freedom

Re: [R] Problem with gam() after R update

2011-08-01 Thread David Winsemius
On Aug 1, 2011, at 5:01 AM, Przemek Jura wrote: Dear group, I experience some problems with gam() function after R update to version 2.13.1 The function in both gam and mgcv packages stopped to work. Before, with the same code I used, everything was fine. Reports like this often turn

[R] Problem with GAM

2011-05-30 Thread Komine
Hi, I used GAM function with this code: library(mgcv) modgam=gam(Z~X+Y,data=table) pred=predict(modgam,type=response) vis.gam(modgam,view=c(X,Y),plot.type=contour,zlim=c(1,16)) My problem is on my figure, the predicted values begin by 0 to 16 with an interval equal 2: 1- I want that the