Skip to content

@fitmodel errors on sanction dataset with seed 123.  #3

@codetalker7

Description

@codetalker7

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).
warning

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions