sampledoc

ANTsR 0.0.0 documentation

corw

«  CBF   ::   Contents   ::   cvEigenanatomy  »

corw

purpose:

produces a correlation matrix via weighted correlation.

description:

Uses weighted regression to compute pairwise correlation matrix on input matrix - by columns.

usage:

wmat<-corw( mat )

examples:

mat <- matrix(c(rep(1, 100), rep(0, 20)), ncol = 10)

«  CBF   ::   Contents   ::   cvEigenanatomy  »