You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AssumptionPlotter/vignettes/AssumptionPlotter.qmd
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ run_plotter()
100
100
101
101
This will launch the app and take you to the start page:
102
102
103
-
{width = 400 px}
103
+
{style="width:40%;"}
104
104
105
105
It is recommended that you use the app in full-screen mode as some features (e.g., the table in the data page) otherwise might be hidden. Also note that if you're running the app in RStudio, blank screens might pop up when you press a hyperlink. This does not happen when you run it in your browser.
106
106
@@ -119,7 +119,7 @@ In the "Data" page you have a few options. You can use the built in datasets, up
119
119
120
120
To familiarise yourself with the app, you can choose one of the built-in datasets.
121
121
122
-
{width = 100%}
122
+
{style="width:30%;"}
123
123
124
124
These datasets were chosen at random and are by no means perfect. However, they can for example highlight how messy the data is (e.g., in `geschwind_2013` most participants have no data in the last days, although it's indicated that there should be 10 days).
125
125
@@ -132,7 +132,7 @@ You can then press the "*Plot your data*" button.
132
132
133
133
By choosing "*Upload your own data*", you will be instructed to follow a few steps:
134
134
135
-

135
+
{style="width:100%;"}
136
136
137
137
`clean_df()` that cleans the data for the plotting functions, requires you to input the name of the id, day, and beep column (the pre-filled names are "id", "day", and "beep"). As well as how many days and beeps per day each participant should have. You also need to manually fill in the names of all the variables you want to plot.
138
138
@@ -145,11 +145,11 @@ When you're happy, you can move to the Plot page.
145
145
146
146
The final option is to upload the data using the dataset's download file, which can be found in Zenodo. An example link is circled in green:
147
147
148
-

148
+
{style="width:70%;"}
149
149
150
150
To access the link you will have to take a few actions. Start in the data's dedicated openESM page and follow the following steps:
0 commit comments