-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
40 lines (25 loc) · 858 Bytes
/
README.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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# bartik
<!-- badges: start -->
<!-- badges: end -->
The goal of bartik is to do Bartik instrumental variable estimations and simply test their validity.
For now I plan to use this package to do my literature review on the Bartik instrument, what are the limitations, how to test its validity and learn to do a package from scratch.
**The current code cannot be used.**
<!-- ## Installation -->
<!-- You can install the development version of bartik like so: -->
<!-- ``` {r} -->
<!-- devtools::install_github("MaelAstruc/bartik") -->
<!-- ``` -->
## Example
For now, no example is available.