Displaying 1 result from an estimated 1 matches for "modgam".
Did you mean:
modem
2011 May 30
0
Problem with GAM
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 predicted values (Z) be...