search for: mod9

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

Did you mean: mod
2005 Oct 06
1
Simple question.....
Hi all user R, My simple question is...I have a vector of names of predictors, text<-c("datem","cola","eslom")...I try to plot the model with this predictor in sequence loop...., for(i in 1:3){ png(paste("fig_",i,sep="")) plot(preplot.gam(mod9)[[i]],se=T,rug=F,main="",xaxt="n",ylab="",xlab="") axis(1,as.numeric(text[i]),as.character(text[i]),cex.axis=.9) dev.off() } But the line with function axis get error Error in axis(side, at, labels, tick, line, pos, outer, font, vfont, lty, : no lo...
2008 Oct 21
2
Question about glm using R
Good morning, I am using R to try to model the proportion of burned area in Portugal. The dependent variable is the proportion. The family used is binomial and the epsilon would be binary. I am not able to find the package to be used when the proportion (%) has to be used in glm. Could someone help me? I am using normal commands of glm.. for example: glm_5<- glm(formula=p~Precipitation,