-
Notifications
You must be signed in to change notification settings - Fork 26
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
Connection from the identified outliers to the row or unique identifier #15
Comments
Thanks for the input! I think we already have tools for doing something very similar to what you suggest, but let me know if it doesn't cover everything you had in mind. However, there is one thing that we generally try to avoid: Printing id numbers in the report, as this can be problematic in terms of data security. Anyway, here is how I would suggest doing what you propose: So first we load some data and make a report:
Here, we might notice that
and now they're gone:
The key here is that
|
Thanks for your answer. |
I see. However, this is not possible with the current structure of
|
Thanks a lot for this very useful package!
It would be very helpful to have the possibility to specify a "key column" in indentifyOutliers(). When the outliers are reported in the pdf/html-file, the key is then reported together with the value of the outlier.
Background: I work with patient data and in each table we typically have a patient-ID column or another identifier. If I could see the patient ID together with each outlier, I could just go to the CRF and correct the entry for the given patient. To go further one could also generate a column with links to the location where the data can be changed.
Best wishes,
Pascal
The text was updated successfully, but these errors were encountered: