Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about BinLister #189

Open
thakralp opened this issue Mar 10, 2024 · 1 comment
Open

Question about BinLister #189

thakralp opened this issue Mar 10, 2024 · 1 comment

Comments

@thakralp
Copy link

I had a question regarding binning my data. I have 255 events, that each have a 1 of 3 event codes: 2, 3, or 4

I know based on the the response data which events of the 255 correspond to which of the 8 bins I want to segment my data into (e.g., item #'s 1, 13, 100, and 202, fall into bin 1). The issue I am having that those items have overlapping ecodes.

Is there a way to use the item# as a way to create a BDF/BinLister file that segments my bins? I have only found BDF templates that use ecodes to assign bins

Thanks!

@davidg622
Copy link
Collaborator

Hello,

There is unfortunately no way to directly create a Binlister file that uses item#. You could, however, try to manually add/overwrite eventcodes by creating and exporting the eventlist, editing the .txt file, and importing it back into your data. This would be time consuming, but it's the only way I think you could accomplish your goal.

Hope this helps,

David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants