[R] snow - bootstrapped correlation ranking
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
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]] __