An R package for Qualitative Data Analysis supporting plain text
Questions tagged [rqda]
18 questions
3
votes
4 answers
Problem with installing RQDA package since it was archived 20/05/2020
I receive an error when installing RQDA on Windows 10.
I had run RQDA successfully, then a package wouldn't load and I deleted and tried to reinstall RQDA with these instructions: http://rqda.r-forge.r-project.org/.
Since then, I receive errors…

Jaz
- 31
- 1
- 2
2
votes
2 answers
RQDA - cannot load RGtk2.so
I've been trying to solve this one for ages.
I want to use RQDA on my Mac. I have installed it (install.packages("RQDA")fine. But when I go to run it it asks if I need GTK+. I keep saying yes, but it fails.
library(RQDA)
Loading required package:…

stef
- 51
- 2
1
vote
1 answer
Error installing RQDA: unable to access index for repository NA/src/contrib:
I've downloaded GTK+ and installed it.
When I run install.packages(c('blob','RSQLite','RQDA')),
or install.packages("RQDA",dependencies=c("Depends", "Imports"))
I get this same error:
Warning in install.packages : unable to access index for…
1
vote
2 answers
Fatal error on R (3.6.1) with RQDA library
R 3.6.1 Crashes when I load RQDA library on macOS 10.14.5.
I get the following Traceback :
library(RQDA)
Loading required package: RSQLite
Loading required package: gWidgetsRGtk2
Loading required package: RGtk2
Loading required package:…

ACSF
- 21
- 2
1
vote
0 answers
RQDA does not read Imported UTF-8 characters in UTF-8 encoded .txt
Trying to import a database of texts for analysis with RQDA. The database consists of word to text converted files with UTF-8 encoding. RQDA is supposed to read UTF-8, however UTF-8 characters like (ą, č, ę, ė, į, š, ų, ū) are not recognized after…

Andrew V
- 11
- 2
1
vote
1 answer
How do I display with summaryCodings() only numbers of codings of a certain codecategory or several codes?
I'm using RQDA right now (for the first time) and I want to have an overview/comparison of the numbers of codings (to see which codes were used comparatively often, which were barely used).
I've tried summaryCodings() but it only gives me an…

Emma
- 11
- 5
0
votes
0 answers
How can I undo Coding by Search in RQDA?
I used codingBySearch to label instances (across all my files) and I have just noticed that I would like to undo two of my executions. How can I undo these runs?
I know that I can manually "unmark" the auto-coded phrases but there are way too many…

Emma
- 11
- 5
0
votes
2 answers
How to install RQDA version in R version 4.02?
How to install RQDA version in R version 4.02?
Warning in install.packages :
package ‘RQDA’ is not available (as a binary package for R version 4.0.2)

Olga Krasnenko Ignatieff
- 1
- 1
- 1
0
votes
0 answers
Problem installing RQDA into R 3.5.3 with R studio. Windows 10
Please help me figure out how to install RQDA onto R 3.5.3 with Rstudio.
I know that some dependencies have been taken off CRAN, so is there anyone who can do a step by step guide on how to install RQDA onto a Windows machine with R3.5.3 and…

AzariusK
- 1
0
votes
1 answer
RQDA - Export categories per file in a project
I have coded a number of texts in RQDA and I am trying to export the categories in a database. I would be looking as an final result to be a Data Frame something like this:
Files Categories
File1 Category1
File2 Category2
File3 …

RodLL
- 110
- 8
0
votes
1 answer
Autocoding using RQDA
I try to use RQDA for quantitative text analysis. I want to code text passages with the same characters automatically.
Let´s say I have the category dog and I marked "dog" in the first sentence and "dogfood" in the fourth. I want RQDA mark "dog"…

Banjo
- 1,191
- 1
- 11
- 28
0
votes
1 answer
Shiny to RQDA queries
I am trying to create some dynamic outputs based on some qualitative data analysis I have recently completed. I need users to make a selection in Shiny. Based on this, I need to run a query in RQDA using SQLite.
I've watched multiple videos on…

NovieCoder86
- 1
- 3
0
votes
0 answers
Cross validation help: Error in model.frame.default(as.formula(delete.response(Terms)), newdata, : variable lengths differ (found for 'fun factor')
So I have a specific error that I can't figure out. By searching I am finding that the model and the cross validation set do not have the data with the same levels to fit the model. I am trying to understand completely with my use case. Basically…

Marc
- 11
- 2
0
votes
1 answer
How can I retrieve codings grouped by code categories in the RQDA package in Rstudio?
Here is an example of the data I am using:
"Q7: How does gender income inequality manifest in the communities in which you live and/or work? What do you believe is needed to help close the wealth gap between men and women as well as among women of…

Josephine Ankrah
- 15
- 4
0
votes
1 answer
Convert a rqda file to a sql file
I am using RQDA which is a package in rstudio to code text manually. The final rqda-file is a sql database.
I have coded statements in texts and used different codes and subsumed
them in code categories (for instance: code category "actor_party"…

Stefan_W
- 163
- 3
- 12