You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed the code for model 15.5 from the book (for doing missing data imputation with primate milk data.
The model runs fine but when I try to sample from posterior distribution using sim() function an exception is raised with error
Error in merge_missing(B_missidx, to_vector(B), B_impute) :
could not find function "merge_missing"
I executed the code for model 15.5 from the book (for doing missing data imputation with primate milk data.
The model runs fine but when I try to sample from posterior distribution using sim() function an exception is raised with error
Any idea how to fix it @rmcelreath ?
Full code to reproduce the bug:
The text was updated successfully, but these errors were encountered: