You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time reporting an issue, so please forgive any oversights!
I'm trying to calculate multiple estimates of reliability for some survey data, using 'scaleReliability' or 'scaleStructure'. I have reverse coded the relevant columns and am now trying to get omega, omega hierarchical, ordinal alpha and coefficient H estimates, and am encountering the following error message:
scaleStructure(dat = attitudes_l, items = 'all')
Error in lavaan::inspect(fit, "coef") : object 'fit' not found
Not sure how to fix this! Any help would be appreciated
The text was updated successfully, but these errors were encountered:
I had the same issue and it was resolved by changing the column names in my dataframe.
The reverse code function appends a "-" to the name of any variable that is reverse coded. The scaleReliability function doesnt seem to work with those names. Removing the hyphen from the names fixes the issue.
This is my first time reporting an issue, so please forgive any oversights!
I'm trying to calculate multiple estimates of reliability for some survey data, using 'scaleReliability' or 'scaleStructure'. I have reverse coded the relevant columns and am now trying to get omega, omega hierarchical, ordinal alpha and coefficient H estimates, and am encountering the following error message:
scaleStructure(dat = attitudes_l, items = 'all')
Error in lavaan::inspect(fit, "coef") : object 'fit' not found
Not sure how to fix this! Any help would be appreciated
The text was updated successfully, but these errors were encountered: