Thanks, the problem is solved by deleting and installing the semTools. but the old function (reliability) still is working. Is it correct and interpretable?
> semTools::AVE(cfa.7F)
FF M ADL SLI L EPF PEF
0.291 0.557 0.359 0.141 0.180 0.214 0.412
> semTools::compRelSEM(cfa.7F)
FF M ADL SLI L EPF PEF
0.801 0.899 0.787 0.440 0.395 0.675 0.921
> print(semTools::reliability(cfa.7F,return.total= TRUE), digits = 3)
FF M ADL SLI L EPF PEF total
alpha 0.819 0.896 0.780 0.589 0.379 0.752 0.915 0.943
omega 0.819 0.897 0.795 0.514 0.402 0.734 0.919 0.952
omega2 0.819 0.897 0.795 0.514 0.402 0.734 0.919 0.952
omega3 0.801 0.899 0.787 0.440 0.395 0.675 0.921 0.943
avevar 0.291 0.557 0.359 0.141 0.180 0.214 0.412 0.329
Best Regards