-
Notifications
You must be signed in to change notification settings - Fork 1
/
tool_template.rmd
54 lines (34 loc) · 1.34 KB
/
tool_template.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
---
title: "Main title"
author:
- "Author 1"
- "Author 2"
date: "`r format(Sys.Date(), '%B %d, %Y')`"
output:
html_document: default
pdf_document: default
---
# Introduction
# Data OR Data and Measurement Instruments
# Assessing Data Quality with Package xy
<!-- probably the header here will vary depending on the tool and its application context-->
## Tool functions
# Getting started
<!--paragraph dedicated for installation from tool (R package) and importing data or creating a synthetic data set-->
# Inspecting data
<!--probably not necessary for each tool application-->
# Preparing data
<!--probably not necessary for each tool application or could be merged with "Inspecting data" -->
# Tool application title
<!--probably here the sub-headers will vary heavily with the specific tool application. I am adding some examples from our resquin tool tutorial-->
## Indicators of xy
<!--Info box -->
**Be careful**
## Handling respondents with xy
## Effects of xy on indicators of xy
<!-- I think you get the gist -->
<!--Info box -->
**Good to know**
<!-- we included something like this to describe on which alternative question types our tool can be applied to. Maybe this other fits for other tools or we find a more suitable catchy title for such information -->
# Conclusion and recommendations for further analyses
# References