corw: produces a correlation matrix via weighted correlation.

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
wmat<-corw( mat  )

Arguments

mat

input matrix

Value

matrix is output

Author(s)

Avants BB

Examples

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

stnava/itkImageR documentation built on May 30, 2019, 7:21 p.m.