-
Notifications
You must be signed in to change notification settings - Fork 0
/
30680-factors.rmd
39 lines (22 loc) · 2.18 KB
/
30680-factors.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# The Factors table{#xthe-factors-table}
The factors table presents the factors applied during coding. There are columns for label, factor memo, and columns for any other fields you have provided, maybe "domain" for instance. The app also calculates some additional fields like:
- `betweenness` (how central is the factor in the map?)
- `in_degree` (how many links come in to this factor?)
- `out_degree` (how many links come out of this factor?)
This table is an overview which can help us to understand which factors are reported most frequently, and to view and understand metadata like [memos](#xmemos). As usual, this table responds to any filters you have applied on the left-hand side and can be additionally sorted and filtered.
The factors table has two presets:
- The `codebook` preset which lists all factors used in the file without any metrics, this is useful for reports.
- `Top factors` shows you the factor label and source count so you can easily see which factors were most mentioned.
As with all tables, you can create your own table. For example, sometimes it can be useful to break down hierarchical labels into first, second, third levels and so on. By clicking adding levels in the columns box you can view a break down of factors' hierarchies.
![image-20220926102939227](_assets/image-20220926102939227.png){width=650}
## Factor memos{#xfactormemos}
You can include a lot of information about your factors directly in the factor label, especially using [hashtags](#xhashtags). But sometimes you want to store information separately from the label, perhaps because you are not interested in ever seeing this information displayed in maps. For example, you might want to record who created this factor -- you or a colleague.
Factor memos are an important part of your Codebook. They appear:
- when you hover in interactive view
- in the sidebar in the factor editor
- in the factors table.
You can create and edit the memos from interactive view:
![chrome_wcBLYp2tQs](_assets/chrome_wcBLYp2tQs.gif){width=650}
... or from the factors table.
You can find factors with particular memos in the factors table or using filters:
![image-20230128112855215](_assets/image-20230128112855215.png)