I have incurred in the following error message while running a CFA model. Error in Reliability(model.ESTUA) : could not find function "Reliability" Any suggestion? Thanks.
R is case sensitive so very likely the function is reliability() (whiteout the upper case).
reliability()
If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.