Consider the following code.
using RDatasets, CRRao
sanction = dataset("Zelig", "sanction")
CRRao_seed(123)
model = @fitmodel((Num ~ Target + Coop + NCost), sanction, NegBinomRegression(), Prior_Cauchy())
The above code returns an error (the error message is too long to print here).
Running the same code with a different seed (42) runs successfully, but with a warning (the image of the warning is attached).
