Modify Data - Remove Don't Know Categories
Jump to navigation
Jump to search
Displayr - Data Manipulation
Q Technical Reference
Q Technical Reference
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
This tool automatically removes Don't Know categories from data that you select. In Q, it is the equivalent to right-clicking on all the Don't Know categories of the selected questions and selecting Remove.
Phrases that are identified as Don't Know type responses are ones that contain one or more of:
- dk
- dont know
- don't know
- don t know
- unsure
- not sure
- do not know
- no idea
- not applicable
The matching of these is not case sensitive.
Additionally, where a label is, in its entirety, NA or na, it is treated as a Don't Know.
Usage
To use this tool in Q:
- Select Automate > Browse Online Library > Modify Data > Remove Don't Know Categories
- Choose whether you wish to add your own custom text to search for in addition to the standard Don't Know style responses listed above.
- Choose which questions you wish to modify from the list presented.
includeWeb('QScript Functions for Removing Dont Know Categories');
removeDKInSelection(true)
Prior to the 15th of December, 2015, this page was known as Modifying Rows and Columns - Remove Don't Know Categories
See also
- QScript for more general information about QScripts.
- QScript Examples Library for other examples.
- Online JavaScript Libraries for the libraries of functions that can be used when writing QScripts.
- QScript Reference for information about how QScript can manipulate the different elements of a project.
- JavaScript for information about the JavaScript programming language.
- Table JavaScript and Plot JavaScript for tools for using JavaScript to modify the appearance of tables and charts.
Displayr - Data Manipulation
Q Technical Reference
Q Technical Reference
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library