my data consist of 4 runs per session. I calculated the covariance matrix for epoched rawa data and want to average the covariance matrix over the 4 runs. Usually this should work with --gcov.
The problem is that in some runs there are too few / no trials so that no covariance matrix is calculated. E.g., I might have covariance matrixes from run 1 to 3 but not from 4. Then no grand average covariance matrix file is calculated.
How can I average over the covariance matrices "by hand"?
Would be very thankful if somebody could answer soon.
but I have 12 subjects and 12 conditions - don't want to do it manually. Best would be a function where imputfiles are the cov files (per run, if it exists) and outputfile is the gcov file. Does something like this exist?