Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 13, 2024
1 parent 6f57b80 commit 04e87a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tab_itemscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ tab_itemscale <- function(df,
reli <- performance::item_reliability(df.sub, standardize = scale)

# get index score value, by retrieving the row mean
item.score <- sjstats::mean_n(df.sub, min.valid.rowmean)
item.score <- datawizard::row_means(df.sub, min_valid = min.valid.rowmean)

# store scaled values of each item's total score
# to compute correlation coefficients between identified components
Expand Down

0 comments on commit 04e87a6

Please sign in to comment.