Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 8, 2024
1 parent 4eefe73 commit 8e3bdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_itemscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ check_itemscale <- function(x, factor_index = NULL, type = "alpha") {
attr(s_out, "item_intercorrelation") <- item_intercor(items)
attr(s_out, "cronbachs_alpha") <- cronbachs_alpha(items)
if (type == "omega") {
attr(s_out, "mcdonalds_omega") <- mcdonalds_omega(items)
attr(s_out, "mcdonalds_omega") <- mcdonalds_omega(items, ci = NULL)
}

s_out
Expand Down

0 comments on commit 8e3bdb2

Please sign in to comment.