Re: [R] Error in gam() object 'scat' no found

2016-09-27 Thread Karl Neergaard
Thank you David for taking time to answer my not so helpful question. On Tue, Sep 27, 2016 at 11:15 PM, David Winsemius wrote: > > > On Sep 26, 2016, at 9:50 PM, Karl Neergaard > wrote: > > > > I received an error message while trying to use family=scat in the GAM >

[R] Error in gam() object 'scat' no found

2016-09-26 Thread Karl Neergaard
I received an error message while trying to use family=scat in the GAM package. The models were working fine yesterday. The problem is not with my data seeing as the gaussian distribution is working fine. mod=gam(RT~s(a) + s(b), data=dat, family=gaussian) mod=gam(RT~s(a) + s(b), data=dat, family=s