search for: cov0_30

Displaying 2 results from an estimated 2 matches for "cov0_30".

Did you mean: cov03
2008 Jul 24
0
Bootstraping GAMs: confidence intervals
...package. Nonetheless, I am getting some difficulties in transposing the results for the graphs. I used the following commands in R, ?mgcv? and ?boot? packages: *> attach(bbvc_11Jul08)* *> model.boot<-function(data,indices){* *+ sub.data<-data[indices,]* *+ model<-gam(asin(sqrt(Cov0_30))~s(age,k=4,bs="cr"),family=gaussian,data=sub.data)* *+ coef(model)}* *> gam.boot<-boot(bbvc_11Jul08,model.boot,R=1000)* * > gam.boot* ORDINARY NONPARAMETRIC BOOTSTRAP Call: boot(data = bbvc_11Jul08, statistic = model.boot, R = 1000) Bootstrap Statistics : original bias...
2008 Jul 29
0
Bootstraping GAMs for confidence intervales calculation
...package. Nonetheless, I am getting some difficulties in transposing the results for the graphs. I used the following commands in R, ?mgcv? and ?boot? packages: *> attach(bbvc_11Jul08)* *> model.boot<-function(data,indices){* *+ sub.data<-data[indices,]* *+ model<-gam(asin(sqrt(Cov0_30))~s(age,k=4,bs="cr"),family=gaussian,data=sub.data)* *+ coef(model)}* *> gam.boot<-boot(bbvc_11Jul08,model.boot,R=1000)* * * *> gam.boot* ORDINARY NONPARAMETRIC BOOTSTRAP Call: boot(data = bbvc_11Jul08, statistic = model.boot, R = 1000) Bootstrap Statistics : original bi...