RQDA
Encyclopedia
RQDA is an R
package for computer assisted qualitative data analysis or CAQDAS. It is installable from, and runs within, the R system, but has a separate window running a graphical user interface (through RGtk2
).
In the graphical interface it has the following functions:
Through use of R functions, it can:
R (programming language)
R is a programming language and software environment for statistical computing and graphics. The R language is widely used among statisticians for developing statistical software, and R is widely used for statistical software development and data analysis....
package for computer assisted qualitative data analysis or CAQDAS. It is installable from, and runs within, the R system, but has a separate window running a graphical user interface (through RGtk2
RGtk2
RGtk+ is a set of R wrappers for the GTK+ graphical user interface library. RGtk+ is free software and licensed under the GPL.- Syntax :The code below will produce a 200x200 pixel window with the words "Hello World" inside.librarycreateWindow...
).
In the graphical interface it has the following functions:
- Import documents from plain text
- Support non-English documents, Simplified Chinese Character is well-tested under Windows
- Support character-level coding
- Memos for documents, codes, coding, project, files etc.
- Retrieve coding, and easily gets back to the original file. Conditional retrieval is supported as well.
- Single-file (*.rqda) format, which is basically the SQLiteSQLiteSQLite is an ACID-compliant embedded relational database management system contained in a relatively small C programming library. The source code for SQLite is in the public domain and implements most of the SQL standard...
database - Categorize codes (tree-like categories are avoided)
- Categorize files
- Search files by keywords and can highlight keyword in the open file
- Show attributes of files, which is useful for content analysis
- Categorise cases and related attributes of cases (to bridge qualitative and quantitative research)
- Search information about selected cases from the web
- Rename files, codes, code categories, cases etc.
- Write and organize fieldwork journals
Through use of R functions, it can:
- Import a batch of files
- Calculate the relation between two codings, given the coding indexes
- Give a summary of coding and inter-code relationship.
- Export file/case attributes and show subset of files/cases.
- Allow for more flexible conditional retrieval.
- Boolean operations of and, or and not.