Skip to content
Prev 307987 / 398503 Next

median between matrix column

Actually i just saw that i copied the wrong code

apply(m,2,function(x){median(c(x,m[,5]))})

it should be.

Sorry if this confused anyone.
On 15.10.2012, at 15:32, eliza botto wrote: