forked from course-dprep/course-dprep-classroom-spring-2025-in-class-practice-reproducible-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFirst repository with exercises in DPrep
49 lines (30 loc) · 1.79 KB
/
First repository with exercises in DPrep
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
> **Important:** This is a template repository to help you set up your team project.
>
> You are free to modify it based on your needs. For example, if your data is downloaded using *multiple* scripts instead of a single one (as shown in `\data\`), structure the code accordingly. The same applies to all other starter files—adapt or remove them as needed.
>
> Feel free to delete this text.
# Title of your Project
*Describe the purpose of this project*
## Motivation
*Provide background/motivation for your project*
**Mention your research question**
## Data
- What dataset(s) did you use? How was it obtained?
- How many observations are there in the final dataset?
- Include a table of variable description/operstionalisation.
## Method
- What methods do you use to answer your research question?
- Provide justification for why it is the most suitable.
## Preview of Findings
- Describe the gist of your findings (save the details for the final paper!)
- How are the findings/end product of the project deployed?
- Explain the relevance of these findings/product.
## Repository Overview
**Include a tree diagram that illustrates the repository structure*
## Dependencies
*Explain any tools or packages that need to be installed to run this workflow.*
## Running Instructions
*Provide step-by-step instructions that have to be followed to run this workflow.*
## About
This project is set up as part of the Master's course [Data Preparation & Workflow Management](https://dprep.hannesdatta.com/) at the [Department of Marketing](https://www.tilburguniversity.edu/about/schools/economics-and-management/organization/departments/marketing), [Tilburg University](https://www.tilburguniversity.edu/), the Netherlands.
The project is implemented by team < x > members: < insert member details>