-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow filters on participant characteristics #4
Comments
Adding participant-level filters on the primary page is possible (see http://graphics.rhoworld.com/tools/aeexplorer/example4/), but complicated. The most robust way to handle it is to have two separate data inputs for the chart. One event-level data set for AEs and one participant-level data set for demographics. Would break backwards compatibility, but will consider for version 3. Other options are possible, but are going to involve complex settings for filters, which I want to avoid. |
I'm leaning towards adding a
The new filters specification would look like this:
I think code changes would be isolated to the following files:
I'll start on a branch off of |
Seems like approach above will work well. Initial commit branch |
merged in to |
Filter by subgroup, (sex, median age split, and active vs. placebo when unblinded)
The text was updated successfully, but these errors were encountered: