search for: colplot

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

2005 Jun 09
3
plot(corresp(data)...)
hi, My code: data<-matrix(data=c(0.425,0.5,0.75,0.125,0.25,0.475,0.375,0.25,0.625,0.5,0.1,0.125,0,0.25,0.25),nrow=3,ncol=5,byrow=TRUE, dimnames=list(c("Good","Medium","Bad"),c("Content","Logistic","Trainer","Supply","User contribution"))) plot(corresp(data,nf=2),xlim=c(-1,1),ylim=c(-1,1)); The plot is
2007 Jun 24
2
matlab/gauss code in R
...# > creates the observations > > for (i in 1:60){ > Pred[i]<-jitter(10*exp(-Coef[i]*TimePts[i])) > Pred[i+60]<-jitter(5) > Pred[i+120]<-jitter(10-Coef[i+120]*TimePts[i]) > } > # creates the predicted values > > colPlot<-rep(1,nPts*nInd*nModel) > # creates the "Plot" column > colModel<-gl(nModel,nPts*nInd,labels=c("A","B","C")) # > creates the "Model" column > colID<-gl(nInd,nPts,nPts*nInd*nModel) > # creates the "ID...