Skip to content

split_ci function does not run #3

Answered by tpronk
SeraMaren asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

Thanks for reporting this issue! The vignettes are indeed incorrect. The second argument to split_ci should be one of the functions for calculating a reliability coefficient (i.e., spearman_brown, flanagan_rulon, or angoff_feldt). Concretely, this means the line below should work. Note that split_ci is quite slow; the calculations are very intensive and the package I use for it (bcaboot) is not yet optimized to run on multiple cores.
split_ci(split_scores, spearman_brown)

Since you found an issue and reported it in a way that made it very easy for me to reproduce the issue and fix it, may I acknowledge you in the next release? If so, got any personal web-page that I can link to?

Chee…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@SeraMaren
Comment options

@tpronk
Comment options

@tpronk
Comment options

@SeraMaren
Comment options

@tpronk
Comment options

Answer selected by tpronk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants