Single-level and multi-level mediation analyses for any kind of data, with bootstrap-based significance testing. Neuroimaging-oriented functions allow for mediation effect parametric mapping (mapping of mediation effects across the brain) and multivariate mediation.
I think it is due to the same function name vecnorm .
After MATLAB 2018 version, they made built-in function MATLAB/vecnorm , and they start to implement 'vecnorm' in 'corr' .
Hi, I got error message when I ran the function
corr
wiht multiple columns (e.g., corr(randn(50,2), randn(50,4))
) in MATLAB after 2018b version.error message here:
I think it is due to the same function name
vecnorm
. After MATLAB 2018 version, they made built-in functionMATLAB/vecnorm
, and they start to implement 'vecnorm' in 'corr' .From line 303 in
corr>corrPearson
So, I think 'vecnorm' in this toolbox will change the name for potential conflicts.
Thanks. Suhwan Gim