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
When using DataFrames, the indirect inference module needs to be modified to re-index the id column for repeated rows. Probably the easiest way to accomplish this is to allow an id column kwarg and add the iteration times the order of magnitude of N to each id. We can do this by adding a "j" column and then overwriting the id column as id + (j-1)*max(id).
The text was updated successfully, but these errors were encountered:
When using DataFrames, the indirect inference module needs to be modified to re-index the id column for repeated rows. Probably the easiest way to accomplish this is to allow an id column kwarg and add the iteration times the order of magnitude of N to each id. We can do this by adding a "j" column and then overwriting the id column as id + (j-1)*max(id).
The text was updated successfully, but these errors were encountered: