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
Everything works just perfect, but I was missing the selectivity(Trennschärfe in German) in the statistics of the scale, which is important for my and manny other usecases. Maybe it should be consindered to implement this feature in the package.
The text was updated successfully, but these errors were encountered:
I build a scale using the following code:
codebook_data$newname <- codebook_data %>%
dplyr::select(variable1, variable2, variable3, ...) %>%
aggregate_and_document_scale()
Everything works just perfect, but I was missing the selectivity(Trennschärfe in German) in the statistics of the scale, which is important for my and manny other usecases. Maybe it should be consindered to implement this feature in the package.
The text was updated successfully, but these errors were encountered: