Skip to content
Prev 76202 / 398502 Next

Matrix oriented computing

On Fri, 26 Aug 2005 14:44:10 +0200 Sigbert Klinke wrote:

            
You could use sapply():
  m <- sapply(x, function(x) qchisq(x, df))
hth,
Z