-
Notifications
You must be signed in to change notification settings - Fork 0
/
10130-first-5-minutes.rmd
90 lines (42 loc) · 3.87 KB
/
10130-first-5-minutes.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Your first 5 minutes with Causal Map{#x5}
Let's have a look around the Causal Map app.
## Quick tour of the app{#quick-tour}
```{r,echo=F}
knitr::include_url("https://player.vimeo.com/video/674369121")
```
The app has two parts, the left-hand side and the right-hand side as well as the top menu. Watch the video below to see how these parts work.
Whenever you use the app, you are always working with exactly one file, the "current file".
The top menu contains tools for managing the current file, for instance to restore earlier versions of the file.
Most importantly, the top menu contains the "file dropdown menu" shown here. You use it to select what file you want to view or code.
![ZwspZWog6A](_assets/ZwspZWog6A.gif){width=650}
If you have just loaded the app without clicking on a link, you will be taken to an example file called `example-file`. Other public files or files which have been shared with you are listed in this dropdown.
![image-20221101165312850](_assets/image-20221101165312850.png)If a file has this symbol, you can edit it, e.g. you can continue to code it.
![image-20221101165657362](_assets/image-20221101165657362.png)If a file has this symbol, you can view and analyse it but not edit it.
![image-20221101165935187](_assets/image-20221101165935187.png)If a file has this symbol, you can not edit it but you can make a copy which you can then edit.
## Coding a file
If you want to practice coding, you will mostly use the left hand side of the app. You usually start off with an uncoded example file which the app creates for you. You can find it in the dropdown menu, it has a name like **example-file-uncoded-youremailaddress**.
### Multiple statement selector{#xstatement-view}
![#statement-toggle](_assets/image-20211026110623336.png){max-width=650}
These buttons add the correct filters to either view just one statement at a time or many statements.
When you are coding you should click One to view just one statement at a time. Then you will see the navigation bar displayed below.
![image-20211105092246054](_assets/image-20211105092246054.png)
You can use the arrow buttons to skip through statements. The --> button takes you to the next statement.
## Viewing and analysing a file
Analysing a file means
- **applying different filters** to it, to focus on different parts of the entire causal map in order to answer different questions
- **viewing the results in different ways** by clicking on different tabs in the right hand side to view different kinds of graphical map and various [tables](https://guide.causalmap.app/all-the-tables.html).
If you want to view / analyse a file, you will mostly:
- use the right-hand side of the app and the Dashboard
- view many statements at a time by clicking `Many` on the multiple statement selector (above).
- start off by analysing the [example-file](https://app.causalmap.app/?story=example-file&filters=&tab=Interactive&subtab=&version=none&tabl=).
### The Dashboard{#xdashboard0}
The Dashboard appears on the right as the app loads, or reveal it by pressing the yellow button at top-right: ![image-20221101151144384](_assets/image-20221101151144384.png)
![image-20220725094435395](_assets/image-20220725094435395.png)
Each item in the dashboard is a different view of the current file saved by you or other users. You can apply a view by clicking on the corresponding row. You can see more about The Dashboard [here](#xdashboard)
### The other tabs
There are other tabs on the right hand side. You won't need these when you are just getting started.
- [Factor Editor](#xfactor-editor) make advanced edits to your factor labels.
- [Files tab](#xfile-manager) manage all your files.
- [Updates tab](#xupdates-tab) see activity on your files.
- [Data tab](#xdata-manager) see summary data about the current file such as number of factors
- [Account tab](#xmanage_your_subscription) manage your subscriptions and teams.