Commit af4649e
committed
fix error in non-factorizable vignette
@paul-buerkner FYI fit$autocor$W was returning NULL so I had to change this to spdep::nb2mat(COL.nb) instead of fit$autocor$W. I think that's a break in backwards compatibility in brms so I wanted to give you a heads up (it says deprecated but that should still work with a warning right?).1 parent 2b19358 commit af4649e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments