Re: [R] extrat non diagonal value

2018-11-14 Thread Michael Dewey
When that arrived it was a complete mess since you posted in HTML which scrambles your code and you sent code which had syntax errors. Please try again by posting in plain text and cut and paste your code. It would also help if you stated exactly what you expected your output to consist of.

Re: [R] extrat non diagonal value

2018-11-14 Thread PIKAL Petr
> To: R-help Mailing List > Subject: [R] extrat non diagonal value > > helloplease i have this matrixx<-rnorm(6,0,1) > > aa<-matrix(x,nrow=6,ncol=6) > > i have to extrat non diagonal value, i use this code > matrix(as.numeric(aa)[!as.numeric(aa) %in% diag(aa)],

[R] extrat non diagonal value

2018-11-14 Thread malika yassa via R-help
helloplease i have this matrixx<-rnorm(6,0,1) aa<-matrix(x,nrow=6,ncol=6) i have to extrat non diagonal value, i use this code matrix(as.numeric(aa)[!as.numeric(aa) %in% diag(aa)],5,6) but i didn't get the resultthank you [[alternative HTML version deleted]]