Thanks for this work! I'm encountering the following error when running the update_qdist function and would greatly appreciate your input:
Progress interrupted by purrr_error_indexed condition: ℹ In index: 1.
Caused by error in map_dbl():
ℹ In index: 1.
Caused by error in jsd_checks():
! vectors cannot be of length 0
Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1.
Caused by error in map_dbl():
ℹ In index: 1.
Caused by error in jsd_checks():
! vectors cannot be of length 0
Upon further inspection of the out_qfac output, it seems that the joined_q$qfac output only contains values of 2 and 3, but contains no values of quantile 1, which I suspect is the reason why this error occurs.
This is so far occurring for one of the samples in the experiment, which I have included here, as well as the code to reproduce the error.
Hi there,
Thanks for this work! I'm encountering the following error when running the
update_qdist
function and would greatly appreciate your input:Upon further inspection of the
out_qfac
output, it seems that thejoined_q$qfac
output only contains values of 2 and 3, but contains no values of quantile 1, which I suspect is the reason why this error occurs.This is so far occurring for one of the samples in the experiment, which I have included here, as well as the code to reproduce the error.
sample10_issue.csv
Thank you for your help! Ashley