Displaying 2 results from an estimated 2 matches for "x143s".
2005 Oct 12
1
step.gam and number of tested smooth functions
Hi,
I'm working with step.gam in gam package. I'm interested both in spline and
lowess functions and when I define all the models that I'm interested in I get
something like that:
> gam.object.ALC<-gam(X143S~ALC,data=dane,family=binomial)
>
step.gam.ALC<-step.gam(gam.object.ALC,scope=list("ALC"=~1+ALC+s(ALC,2)+s(ALC,3)+s(ALC,4)+s(ALC,6)+s(ALC,8)+lo(ALC,degree=1,span=.5)+lo(ALC,degree=2,span=.5)+lo(ALC,degree=1,span=.25)+lo(ALC,degree=2,span=.25)))
Start: X143S ~ ALC; AIC= 104.0815
Tria...
2005 Oct 12
0
step.gam- question
...d be better to
>contact you aboutmy problem.
>
>I'm working with step.gam in gam package. I'm interested both in spline and
>loess functions and when I define all the models that I'm interested in I get
>something like that:
>
>
>
>>gam.object.ALC<-gam(X143S~ALC,data=dane,family=binomial)
>>
>>
>>
>step.gam.ALC<-step.gam(gam.object.ALC,scope=list("ALC"=~1+ALC+s(ALC,2)+s(ALC,3)+s(ALC,4)+s(ALC,6)+s(ALC,8)+lo(ALC,degree=1,span=.5)+lo(ALC,degree=2,span=.5)+lo(ALC,degree=1,span=.25)+lo(ALC,degree=2,span=.25)))
> Star...