This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Fix Correlated Hierarchical Model
- Workaround by @sethaxen correlated varying-intercept-slope model with
TransformVariables.jl
andPDMats.jl
- Fixed
truncated
stuff totruncated(...; lower=0)
instead oftruncated(..., l, u)
.