[R] snow - bootstrapped correlation ranking

2012-01-19 Thread Patrik Waldmann
a/2) ranklow = apply(bootranks, 1, quantile, probs=1-alpha/2) Patrik Waldmann [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-p

[R] NA matrix operation

2010-12-15 Thread patrik . waldmann
Dear All,   does anyone know which is the fastest way to replace NA values in a Matrix by their column mean? library(Matrix) mat Links: -- [1] http://www.ownit.se [[alternative HTML version deleted]] __