Displaying 1 result from an estimated 1 matches for "lcgam".
Did you mean:
  lcam
  
2002 Oct 30
1
gam bug with poisson family? (PR#2234)
...Hello, I am relatively new to R (~6 months) so I hate to bother you if this is
not a bug.  I tried a GAM with a poisson family link, and I'm getting an error
message that I do not understand.  Many apologies if this is user inexperience.
Thanks, BHA.
> library(mgcv)
This is mgcv 0.8.1
> lcgam <- gam(lc ~ s(Day), family=poisson, data=lcset)
Warning messages: 
1: `Machine' is deprecated.
Use `.Machine' instead.
See ?Deprecated. 
2: `Machine' is deprecated.
Use `.Machine' instead.
See ?Deprecated. 
3: `Machine' is deprecated.
Use `.Machine' instead.
See ?Deprecat...