Try:

set.seed(2315468168)
library(mgcv)
attach(SG2)
modele3 <- gam(J15STATUS~SWANG1+s(AGE)+ s  (SP2),data=SG2,family=binomial)
>
>

On Tue, Apr 22, 2008 at 8:18 AM, kende jan <[EMAIL PROTECTED]> wrote:

> dear all,
> I have a problem about "spline", when I send this:
> library(mgcv)
> attach(SG2)
> modele3 <- gam(J15STATUS~SWANG1+s(AGE)+ s  (SP2),data=SG2,family=binomial)
> it doesen't work et it says:
> Erreur dans get(".Random.seed",envir=.GlobalEnv)
> variable".Random.seed" introuvable
> Thanks a lot
>
> __________________________________________________
>
>
> ble contre les messages non sollicités
>
>        [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help@r-project.org mailing list
> 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.
>
>


-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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.
  • [R] spline kende jan
    • Re: [R] spline Henrique Dallazuanna

Reply via email to