Don van den Bergh

Results 13 issues of Don van den Bergh

Requires https://github.com/jasp-stats/jaspBase/pull/149 Test with https://github.com/jasp-stats/jaspTestModule/pull/69

I noticed a somewhat odd interaction with QuadGK.jl and a type instability for `ULogFloat64`. Below is a MWE. ```julia import LogarithmicNumbers, QuadGK QuadGK.quadgk(x -> x^2, LogarithmicNumbers.LogFloat64(0), LogarithmicNumbers.LogFloat64(1)) # (+exp(-1.0986122886681098), 0.0)...

Fixes https://github.com/jasp-stats/jasp-test-release/issues/2997 The example jasp file could be a lot better/ more informative, but for that we'd need multiple datasets, or a way to export multiple columns from within JAGS....