Skip to content
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

Req: RDQA's 'relation' function #244

Closed
glocalglocal opened this issue Aug 5, 2020 · 4 comments
Closed

Req: RDQA's 'relation' function #244

glocalglocal opened this issue Aug 5, 2020 · 4 comments

Comments

@glocalglocal
Copy link

Looking at RQDA's functions listed here one function that stands out as not being supported by qualcoder is 'relation' between two codings.

I am not quite sure how people use it. I think it is about proximity, which then can be used for hypothesis testing and theory building. If these data are exported, researchers can then perform statistical analysis (eg coding A appears near coding B that much more often than coding C) and somewhat bridge the gap between qual and quant, possibly for corpus analytics. People describe this as one of RQDA's strengths, and I can see why, but I am not an expert in this kind of qual/quant method and don't have a working RQDA setup so can't help much. Perhaps worth exploring, esp when people single this out as important.

@RadicalLibre
Copy link

RadicalLibre commented Aug 5, 2020 via email

@menelic
Copy link
Contributor

menelic commented Aug 7, 2020

I believe this is also used for RQDAs visualisation of code relations, which is why implementing this feature would also address #182 and strengthen QualCoders interoperability with R. It appears that an SQL database that can be queried from R is what enables RQDA to use igraph to visualise code relations. RQDA creates more interactive graphs that can be "sorted" in more insightful ways that qualcoder graphs at this point. I believe including relational data would enable QualCoder to implement better visualisation as one of the last missing features.

@ccbogel
Copy link
Owner

ccbogel commented Oct 24, 2020

@glocalglocal, I have begun this, please check it out. Hope I am on the right track with this.
Menu Reports > Code Relations
Select 2 or more codes. Then Press Calculate.
The Relation results are shown in a table.
Hover mouse over cells in the table to show more details. E.g. code id is in the table, but hover over it and you will see the code name.
It only shows relations for the codes within the same text file, which makes sense. However, all text files are examined.

Union positions shows the lower and upper union of 2 codes (as in RQDA)
Overlap positions shows the positions from the lower position of the lower code to the upper limit of the overlapping code (as in RQDA)

Also can export a detailed results csv file

@ccbogel
Copy link
Owner

ccbogel commented Oct 29, 2020

@glocalglocal @menelic @RadicalLibre I have implemented the relation function, so will close this issue.
Menu Reports > Code Relations
Select 2 or more codes. Then Press Calculate.

@ccbogel ccbogel closed this as completed Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants