Prediction values don’t match fitted function from GAM model
I have a presence/absence data for a species occurence and I did a binomial GAM using sea surface temperature (sst) as a predictor variable.
My df object is a data.frame with the presence/ansence data for the species (0/1), the date and the coordinates of each point (WGS84) and the correspondent sst extracted from satellite observations.