forked from DoubleML/doubleml-for-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
69 lines (64 loc) · 1.6 KB
/
_pkgdown.yml
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
destination: docs
home:
title: DoubleML - Double Machine Learning with R
links:
- text: Download
href: https://github.com/DoubleML/doubleml-for-r/
development:
mode: devel
toc:
depth: 3
navbar:
structure:
left: [home, userguide, getstarted, reference, articles]
right: [github]
components:
home: ~
userguide:
text: User Guide
icon: fa fa-file-alt
href: https://docs.doubleml.org/
reference:
text: Reference
href: reference/index.html
getstarted:
text: Get started
href: articles/getstarted.html
articles:
text: Articles
menu:
- text: Install DoubleML
href: articles/install.html
- text: Introduction to Double Machine Learning
href: articles/Introduction_to_DoubleML.html
news:
text: Release Notes
href: https://docs.doubleml.org/stable/release/release.html
reference:
- title: Double machine learning data class
contents:
- DoubleMLData
- DoubleMLClusterData
- double_ml_data_from_data_frame
- double_ml_data_from_matrix
- title: Abstract base class for double machine learning models
contents:
- DoubleML
- title: Double machine learning models
contents:
- DoubleMLPLR
- DoubleMLPLIV
- DoubleMLIRM
- DoubleMLIIVM
- title: Datasets module
contents:
- fetch_401k
- fetch_bonus
- title: Datasets generators
contents:
- make_plr_CCDDHNR2018
- make_pliv_CHS2015
- make_irm_data
- make_iivm_data
- make_plr_turrell2018
- make_pliv_multiway_cluster_CKMS2021