Displaying 1 result from an estimated 1 matches for "eslom".
Did you mean:
eslot
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...