search for: pwapply

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

Did you mean: papply
2003 Dec 16
3
`bivariate apply'
dear all, Given a matrix A, say, I would like to apply a bivariate function to each combination of its colums. That is if myfun<-function(x,y)cor(x,y) #computes simple correlation of two vectors x and y then the results should be something similar to cor(A). I tried with mapply, outer,...but without success Can anybody help me? many thanks in advance, vito