[R] (no subject)
Céline Henzelin
celine_appui at hotmail.com
Sat Nov 18 14:28:59 CET 2006
Hello,
I need help to understand my error in this code... I would like to make a
direct sampler...
thanks
Celine
p<-matrix(c(1,2,3,2,1,4),3,2,byrow=T)
p<-p/sum(p)
ky<-ncol(p)
kx<-nrow(p)
p.vec<-as.vector(t(p))
l<-rmultinom(1,1,p)
l<-(t(l))
m<-(l%%ky)
ifelse (m==0, i<-l/ky && (j<-ky), i<-((l/ky)+1) && (j<-(l %% ky)
_________________________________________________________________
Faites de MSN Search votre page d'accueil: Toutes les réponses en un clic!
More information about the R-help
mailing list