@ndunnewind notes that tidyr v1.2.0 breaks ordered multinomial models (#11).
When some studies do not report all categories (i.e. some multinomial category outcomes are NA), the nma() call fails with error Stan does not support NA (in agd_arm_r) in data.
This is due to tidyr::replace_na() no longer working on matrices.
@ndunnewind notes that tidyr v1.2.0 breaks ordered multinomial models (#11).
When some studies do not report all categories (i.e. some multinomial category outcomes are
NA
), thenma()
call fails with errorStan does not support NA (in agd_arm_r) in data
.This is due to
tidyr::replace_na()
no longer working on matrices.