Ye
Thank you so much, finally i have something to look at. Just got to
interpret the bloomin' thing now!
--
View this message in context:
http://r.789695.n4.nabble.com/Help-with-GAM-mgcv-tp3074165p3074414.html
Sent from the R help mailing list archive at Nabble.com.
___
Ok, i just tried this:
library(mgcv)
model3=gam(data2$Symptoms~as.factor(data2$txerad)+as.factor(data2$maritalStatus),family=binomial,data=data2)
And im still getting this error!
Error in dl[[i]] : subscript out of bounds
--
View this message in context:
http://r.789695.n4.nabble.com/Help-w
Thank you for your reply!
It says:
This is mgcv 1.5-5 . For overview type `help("mgcv-package")'.
Its version: R 2.9.2
And summary(data2) gives:
id age bmi siblingsgender
Min. : 1.0 Min. :32.19 Min. :16.41 Min. :0.000 Fem
Please help! Im trying to run a GAM:
model3=gam(data2$Symptoms~as.factor(data2$txerad)+s(data2$maritalStatus),family=binomial,data=data2)
But keep getting this error:
Error in dl[[i]] : subscript out of bounds
Can someone please tell me what this error is?
Thanks
--
View this message in cont
4 matches
Mail list logo