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=scat)

Might this problem be unrelated to GAM specifically, and to my R
configuration?
I have removed the gam package and re-installed it several times to no
avail.

Thank you for any assistance,
Karl

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to