search for: albdata

Displaying 1 result from an estimated 1 matches for "albdata".

Did you mean: alb_data
2009 Aug 21
2
compare observed and fitted GAM values
...en I compare observed and fitted values for longitude, depth and ssh it works. But when I try to do it for month and year (which are as factors in the GAM model) it doesn't work. My observed and fitted values are exactly the same.. How is that possible?  Thanks > Obs_factor1<-aggregate(x=albdata$turtles,by=list(albdata$Year),FUN=mean) > names(Obs_factor1)=c("Bin","Observed") > Obs_factor1     Bin    Observed 1  1997 0.017094017 2  1998 0.010652463 3  1999 0.023000000 4  2000 0.017167382 5  2001 0.030465950 6  2002 0.007446809 7  2003 0.010568032 8  2004 0.01145038...