


brede_mat_partcorrcoef2csv - Partial correlation with results to a CSV file
brede_mat_partcorrcoef(X, Y, Z, 'PropertyName', 'PropertyValue�
Input: X 'Mat' structure or numerical matrix
Y 'Mat' structure or numerical matrix
Z 'Mat' structure with nuisances or numerical matrix
Property: Filename [ {result.csv} | string ] Filename for
the comma separated values file
Info [ {0} | integer | Waitbar ] Amount of
running/debug information
MaxIterations [ {10000} | integer ] maximum number
of Monte Carlo permutations for the
permutation test
Univariate partial correlation coefficient between X and Y
with Z as the nuisance/covariates. The three matrices should have
the same number of rows.
The results of the analysis is written to a CSV file.
See also BREDE, BREDE_MAT, BREDE_MAT_CCA, BREDE_MAT_CORRCOEF,
BREDE_MAT_COV, BREDE_MAT_MEAN, BREDE_MAT_ORTHOSPACE,
BREDE_MAT_PARTCORRCOEF, BREDE_MAT_PARTCORRCOEF_TEST,
BREDE_CDF_R, BREDE_UI_MAT_PARTCORRCOEF.
$Id: brede_mat_partcorrcoef2csv.m,v 1.1 2008/09/18 15:55:27 fn Exp $