Displaying 1 result from an estimated 1 matches for "ypredmean".
Did you mean:
pre_mean
2011 Aug 17
0
Sweave and graphics
...,height=0);
plot(yt,ypred,xlab="Data",ylab="Predicted
Value",ylim=c(0,3),xlim=c(0,3),main="PL 1");
#invisible(dev.off());
@
<<pl2,fig=TRUE,include=FALSE,echo=false>>=
#pdf(file="datapl2.pdf",paper="a4",width=0,height=0);
plot(yt,ypredmean,xlab="Data",ylab="Predicted
Value",ylim=c(0,3),xlim=c(0,3),main="PL 2");
#invisible(dev.off());
@
<<pl3,fig=TRUE,include=FALSE,echo=false>>=
#pdf(file="datapl3.pdf",paper="a4",width=0,height=0);
plot(yt,ypredr,xlab="Data&quo...