-
Notifications
You must be signed in to change notification settings - Fork 29
[Feature Request]: Allow filtering empty "scale" entries #2493
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
Comments
Can't you use "Preferences => Data => Missing value list"? Our new beta even has this functionality per variable in the "edit data" mode". But I may missunderstand the problem you want to solve. |
"Missing value list" seems to be different, but maybe I'm not fully grasping it.
|
I do not see why you would need to modify your data, if some cells are empty. About grasping the missing value list:
those numbers are chosen in a way, that those could not occur under any circumstances. You then woul put those numbers (-88, -99) in the aforementioned "missing values list" so that jasp can recognize them as values, that should not be used when calculating the mean etc. But those values would be counted as missing e.g. in the frequency or descriptives table. With this being said, can you now be more specific abaout what is missing for your usecase? |
Sorry if I'm misunderstanding, will try to rephrase this. |
I think I get it now :D Do you have something in mind? Could you make a mockup of the way this should work and look? |
Since 0.18.2 you can have empty values per column, also in scalar. I think this would do what you want right? |
Or you can just do |
Well, I think this could be a nice and easy feature to add. We could add a "filter out missing values" checkbox to the "Missing values" tab of the columninfo editor. |
That sounds excellent. Perhaps the wording or a tooltip could be "Filter out <rows|entries> with missing values in this column", to avoid potential confusion. |
Well that is a bit too long to fit there but it can go into a tooltip for sure |
It looks like a lot of great improvements went in, but a GUI-based method to filter empty values might have been missed - at least I cannot find anything like that in the latest JASP version. |
Description
JASP allows to filter data in many different ways (https://jasp-stats.org/2018/06/27/how-to-filter-your-data-in-jasp/), and in some cases it's as easy as clicking on entries (like for nominal scale). Currently no "quick" filtering is available for "scale" data - filtering out records with empty fields could be useful.
Purpose
Easily filter out records that have missing "scale" data.
Use-case
A study has some participants dropping out. While they are kept in the original dataset, further analysis is to be performed with them excluded. This is relevant for analysis that does not directly involve the empty field.
Is your feature request related to a problem?
No response
Is your feature request related to a JASP module?
No response
Describe the solution you would like
When doubleclicking the header of a "scale" item, show to entries "empty" and "not empty" with checkmarks, similar to "Label Editor" for ordinal and nominal items.
Describe alternatives that you have considered
Custom filtering formulas, separate dataset.
Additional context
While sometimes this can be achieved by applying a custom filter ("item">0), this is not as discoverable. It would also be more tricky for items that can be negative.
The text was updated successfully, but these errors were encountered: