Closed gserapio closed 2 years ago
Hey @gserapio. Yep, I updated brms last week and I noticed the depreciation notice, too. It looks like Paul's switch to a more posterior-oriented workflow is going to result in a lot of code updates for my ebooks. Since nothing appears to have broken, yet, these changes are lower on my priority list. They'll probably make it into the next version update, but that update won't likely be out anytime soon.
Hey @gserapio. Yep, I updated brms last week and I noticed the depreciation notice, too. It looks like Paul's switch to a more posterior-oriented workflow is going to result in a lot of code updates for my ebooks. Since nothing appears to have broken, yet, these changes are lower on my priority list. They'll probably make it into the next version update, but that update won't likely be out anytime soon.
Sounds good. Thanks again for your work!
First, thanks for sharing this incredible resource! It's exactly what I've been looking for and I'm certain it will benefit many more people to come.
The following code is provided at 4.4.3.1 to display the variance/covariance matrix with sigma included (I'll try to provide a quick repex):
Created on 2021-09-07 by the reprex package (v2.0.1)
Given this warning, would it help to update with code to use
as_draws()
? I was thinking something like this:But it would be nice to more cleanly drop the hidden reserved variables (chain, iteration, draw):
Though this ends with the warning:
Warning message: Dropping 'draws_df' class as required metadata was removed.