Skip to content

Commit 82671a5

Browse files
authored
Update 5.3.-Analysis.md
1 parent 9911b7c commit 82671a5

1 file changed

Lines changed: 18 additions & 148 deletions

File tree

docs/doc/en/5.3.-Analysis.md

Lines changed: 18 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,17 @@
22
path: 5.3.-Anaalysis
33
---
44

5-
# Reports menu options
6-
7-
* Coding reports (the main reporting function)
8-
* Coding comparison - for text files (compares 2 coders)
9-
* Coding comparison by file - for text files (compares 2 coders)
10-
* Code counts by file/case
11-
* Code frequencies (totals of applied codes)
12-
* File summary (details of a file and its coded segments)
13-
* Code summary (details of a code and associated files)
14-
* Code relations - for text files (shows proximity, exact match, overlaps, distance between selected codes)
5+
# Analysis menu options
6+
7+
* Coding retrieval (the main reporting function)
158
* Code Co-occurrence - for text files (Shows counts where a code abuts/overlaps/exact-matches another code)
9+
* Code relations - for text files (shows proximity, exact match, overlaps, distance between selected codes)
1610
* Code text exact matches - for text files (Shows counts of exact matches between codes)
1711
* Codes by text segments (Shows table of file names (rows), coded text, and codes assigned - denoted by 1).
18-
* View graph (Create or show a graph (map) of objects and their linkages)
19-
* Charts (Display statistical and other charts in a web browser)
20-
* Database Queries (Database querying, including default queries)
12+
* View graph (Create or show a graph (map) of objects and their linkages) See separate page on this.
13+
* AI assisted analysis - by topic, by text, by code.
2114

22-
# Coding Reports
15+
# Code Retrieval
2316

2417
This report gives a list, or matrix, of coded data based on your selections. One or more codes need to be selected. If a category is selected, all codes in that category are also selected. Multiple categories can be selected using the mouse and the ‘ctrl’ button.
2518

@@ -91,41 +84,18 @@ Reports can be exported as html, odt, txt, csv, xlsx, (in 3.8+) iramuteq.
9184

9285
![image](https://github.com/user-attachments/assets/998a1792-38b1-489e-a459-200819bbbf73)
9386

87+
# Code co-occurrence Report
9488

95-
# Coding Comparison Report
96-
This option shows the overall similarities and differences between two coders across all text files. Select two coders and click the run comparisons button. The statistics created here are only for coded text, not coded image nor media files.
97-
98-
For each code:
99-
100-
Agreement % shows agreement for a combination of coded and non-coded text characters.
101-
102-
A and B % shows agreement for only the coded text characters divided by the total characters in the text.
103-
104-
Not A and Not B % shows the total of the uncoded text divided by the total characters in the text.
105-
106-
Disagree % shows the percentage of all the coded and non-coded text that did not match between coders. It is the same as 100 – the Agree %.
107-
108-
Agree coded only % shows the percentage of all the dual-coded text divided by single plus dual-coded text.
109-
110-
Cohen’s Kappa is calculated based on the information in [Wikipédia](https://en.wikipedia.org/wiki/Cohen%27s_kappa).
111-
112-
![Code comparisons table](https://github.com/user-attachments/assets/07e5ef6c-4e84-411b-a432-3f0ceac69b61)
113-
114-
Buttons to run the comparisons, to clear the coders selected, to export to Excel, and to open a statistics help window.
115-
116-
# Coding Comparison by file Report
117-
118-
This option shows the overall similarities and differences between two coders in ONE selected file. Select one file, one code, and two coders. Then click the run comparisons button. The statistics and comparisons for audio/video coded segments are in development.
119-
Overall agreement, disagreement, and Cohen's Kappa are calculated for text and images. An image file is displayed in a separate window, showing the two coders' selections in yellow or blue-boxed areas. Green text indicates where both coders coded the same section of text. Mouse hover provides additional information.
120-
121-
![image](https://github.com/user-attachments/assets/cd5eff94-2cc0-4988-af48-da12f55bfc48)
89+
This report shows a table of code names along the x and y axes. The table cells show the count of coding co-occurrences. This is where two codes overlap or are directly abutting. Click on the cell to show the text coding details.
12290

91+
Options include: selecting specific text files, selecting files by attributes. Selecting specific codes, or selecting categories. There is an export-to-Excel option.
12392

124-
# Code frequencies Report
93+
![Code co-occurrence table](https://github.com/user-attachments/assets/9def2cc2-3627-47b7-a74d-92e842aea167)
12594

126-
This window shows all the codes and categories and the frequency of use for each coder. Code frequencies can be selected for specific files.
95+
Clicking on a cell shows the text details.
96+
![image](https://github.com/user-attachments/assets/fadccf7b-d18b-44a9-8637-650ea3421f66)
12797

128-
![Code frequencies](https://github.com/user-attachments/assets/19a1170f-4b46-4055-be79-027e824e3277)
98+
You can right-click on a cell containing co-occurrence coded text to make a new merged code that combines the two overlapping codes.
12999

130100
# Code relations Report
131101

@@ -134,7 +104,6 @@ Select two or more codes, and press the Calculate button.
134104
his report may be useful to show proximity or overlaps between codes. Note, other reports such as Code Co-occurrence and Code Text Exact Matches also do this. This report gives a lot of fine details, such as the coding character positions for each code.
135105
A csv file can be exported.
136106

137-
138107
The relations are:
139108

140109
* Proximity – Two codes do not overlap. The distance in number of characters is shown.
@@ -150,36 +119,6 @@ Summary statistics and box plots can be produced.
150119

151120
![image](https://github.com/user-attachments/assets/a04d7b62-506b-4f05-ba62-5394e5f09748)
152121

153-
154-
# Code co-occurrence Report
155-
156-
This report shows a table of code names along the x and y axes. The table cells show the count of coding co-occurrences. This is where two codes overlap or are directly abutting. Click on the cell to show the text coding details.
157-
158-
Options include: selecting specific text files, selecting files by attributes. Selecting specific codes, or selecting categories. There is an export-to-Excel option.
159-
160-
![Code co-occurrence table](https://github.com/user-attachments/assets/9def2cc2-3627-47b7-a74d-92e842aea167)
161-
162-
Clicking on a cell shows the text details.
163-
![image](https://github.com/user-attachments/assets/fadccf7b-d18b-44a9-8637-650ea3421f66)
164-
165-
In version 3.8 plus, you can right-click on a cell containing co-occurrence coded text to make a new merged code that combines the two overlapping codes.
166-
167-
# File Summary Report
168-
169-
Click on a file to get a summary of that file. It describes media metadata, characters and word frequency. Attributes. It summarises the count of codes for that file. The text codings summarize the average text length. For image codings it summarises the average pixel area. For audio/video codings it summarises the average segment length.
170-
171-
The top 100 words have stopwords applied - so common filler words such as 'a ', 'the', etc. are excluded. See the list in the _Examples folder_. You can override this list by providing your own stopwords text file and placing this in the _.qualcoder folder_.
172-
173-
![File summary report](https://github.com/user-attachments/assets/73d17c0b-2dd4-4df8-ae16-abc8683ca171)
174-
175-
# Code Summary Report
176-
177-
Click on a code to get a summary of that code. The coders who have used the code. The number of codings in text, image and audio/video media. The text codings summarize the average text length and the most common words. For image codings it summarises the average pixel area. For audio/video codings it summarises the average segment length.
178-
179-
The top 100 words have stopwords applied - so common filler words such as 'a ', 'the', etc. are excluded. See the list in the _Examples folder_. You can override this list by providing your own stopwords text file and placing this in the _.qualcoder folder_.
180-
181-
![Code summary report](https://github.com/user-attachments/assets/9a303fb2-bdfe-43a3-aa35-2034bd8c0abb)
182-
183122
# Code text by exact matches Report
184123

185124
This report details all the exact matching coded text segments, where different codes are applied to the exact same text. Select text documents and two or more codes.
@@ -195,83 +134,14 @@ An Excel file can be exported.
195134

196135
![image](https://github.com/user-attachments/assets/226f7c7d-f343-46d7-a2a7-49d86bfa3ef2)
197136

137+
# Graph
198138

199-
# Charts
200-
201-
Various chart types and filter options are available.
202-
203-
Pie, Bar, Sunburst and Treemap charts can be created.
204-
205-
Charts, except for the WordCloud, are displayed in the default web browser. If the browser is not displaying your chart, first change your default web browser to another recent browser, e.g. Chrome or Edge or Safari. If you have javascript switched off the charts will not display. Checking the _Export html file_ box will make all charts be exported to the Default export folder as an html file.
206-
207-
Heatmaps of files or cases against codes can be created. These are limited to 40 rows and columns for quicker rendering and better visibility.
208-
209-
_Chart selections_
210-
211-
![image](https://github.com/user-attachments/assets/888256ce-4bcc-4354-a0ea-849acdc63aa5)
212-
213-
_Bar chart_
214-
215-
![Bar chart](https://qualcoder.files.wordpress.com/2022/04/pic11.png)
216-
217-
_Sunburst chart_
218-
219-
![Sunburst chart](https://qualcoder.files.wordpress.com/2022/04/pic10.png)
220-
221-
_Heatmap_
222-
223-
Of files or cases by codes, and shows code frequency heat.
224-
225-
![image](https://github.com/user-attachments/assets/fede18af-02c9-4ea2-af09-ee1355e7dc21)
226-
227-
228-
_Stacked bar charts_
229-
230-
Of files or cases by codes, and shows code frequency as a stacked bar chart.
231-
232-
![image](https://github.com/user-attachments/assets/3ad300bc-469b-49b2-9d6c-3f10cf816c6e)
233-
234-
235-
_Word cloud_
236-
237-
A word cloud is available with different options for background colour, foreground colour or colour range, rectangle size, number of words (n-grams) from 1 to 4, and maximum number of words to include. The maximum words is determined by the most frequent to the least frequent and changing this option will change how crowded or sparse the word cloud appears.
238-
![Options](https://qualcoder.wordpress.com/wp-content/uploads/2024/06/wordcloud_options.png)
239-
240-
There are a list of stop words that are used to exclude common words from the word cloud display (e.g. an, a, the). This can be overridden by creating your own stopwords.txt file with one word on each line. This file should be put inside the .qualcoder folder. e.g. on Windows:
241-
242-
"C:\Users\yourname\.qualcoder"
243-
244-
The stopwords currently used are in stopwords.txt in the Examples folder. Alternatively, in 3.8+, you can use the button in the Wordcloud section to temporarily link to another stopwords file of your choosing.
245-
246-
![Word Cloud](https://qualcoder.wordpress.com/wp-content/uploads/2023/12/wc.png)
247-
248-
# Database queries
249-
250-
Apply SQL Statements to query the data.
251-
252-
This window contains three panes. The top pane is where SQL statements are entered and the bottom pane contains the results of queries. The left pane contains tables and field names. Double-clicking on a field name adds it to the SQL statement. Results can be exported to a delimited file. If you are not familiar with SQL take care as you will be able to update and delete the data as well as select data. Note: Some Unicode symbols are not converted to plain text and are ignored.
253-
254-
There are several prepared statements listed:
255-
256-
* Case text
257-
* Coded text using a case attribute selection (v3.6+)
258-
* Codes fileid and coded text
259-
* Get coding table - an implementation of an RQDA function that returns the code name, table, text length and text start and end positions.
260-
* Coded text with each case
261-
262-
Most table fields are text. The following fields are integer: anid, avid, attrid, caseid,catid, cid, fid, id, imid, jid, pos0,pos1, x1, y1, width, height.
263-
264-
Right-click in the results table for filtering options.
265-
266-
Right-clicking in the SQL window gives you various options such as select all, copy, and paste.
267-
268-
At the bottom of the left-hand side list, you can see: stored sql and Default queries
139+
See page ...
269140

270-
Stored sql are your own created and stored sql statements. To store a sql statement, right-click on the sql and choose 'save query'.
141+
# AI assisted analysis
271142

272-
Default queries, such as the one shown in the image, are ready-made SQL queries to perform additional extracts from your data. They are commented '-- a comment' to describe what each statement does.
143+
See page ...
273144

274-
![image](https://github.com/user-attachments/assets/18c552a3-b256-453a-80ec-5c2931016e12)
275145

276146

277147

0 commit comments

Comments
 (0)