Closed omrihar closed 4 years ago
There seems to be a small typo in the last code example on page 179. It states
fit_2 <- update(fit_2, prior=hs())
however fit_2 wasn't defined before. I guess it should read:
fit_2
fit_2 <- update(fit_1, prior=hs())
Thanks! Fixed for the future printings and added to the errata.
There seems to be a small typo in the last code example on page 179. It states
however
fit_2
wasn't defined before. I guess it should read: