Dear All
I am running the longitudinal post processing statistical analysis and this error comes up each time I run the lme_mass_F. Does anyone have an idea of why this is happening and how to resolve it. Any help will be appreciated
***************************************************************************************************
F_lstats = lme_mass_F(tlstats,CM);
Computing F statistics, degrees of freedom and P-values ...
Error using lme_mass_F (line 92)
The source code
(/
matlab filepath/lme_mass_F.m)
for the parfor-loop that is trying to execute on the worker could not be
found.
Caused by:
Undefined function 'fcdf' for input arguments of type 'double'.
Error using remoteParallelFunction (line 84)
Worker unable to find file.
Undefined function 'fcdf' for input arguments of type 'double'
****************************************************************************************************
Kind regards
Emmanuel