search for: rsltv

Displaying 1 result from an estimated 1 matches for "rsltv".

Did you mean: rslt
2005 Oct 10
1
text(x,y,greek character)
...text. Here is my subroutine and data: --------------------------------------------------- vmat<-as.matrix(read.table("vmat")) Xm<-vmat[1:22,1:20] hemd<-read.table("threehem",header=T) Ym<-as.matrix(hemd[,2]) gvdw.pls<-plsr(Ym ~ Xm,6,method="kernelpls") rsltv<-predict(gvdw.pls,comps=6) plot(Ym,rsltv,type="n",xlab="Actividad + Biol??gica",xlim=c(4.6,6),ylim=c(4.8,6),ylab=" Act. + Biol.(Pred.)",main="QSAR Ligaci??n de Derivados de la Artemisina con + Hemina",sub="Descriptores de Coeficientes VdW") t...