Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectivities(Trennschärfe) #75

Open
marcschmid00 opened this issue May 31, 2023 · 0 comments
Open

selectivities(Trennschärfe) #75

marcschmid00 opened this issue May 31, 2023 · 0 comments

Comments

@marcschmid00
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant