-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_pkgdown.yml
49 lines (49 loc) · 1.04 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
title: tmle
url: http://tlverse.org/tmle3
template:
params:
bootswatch: flatly
ganalytics: UA-115145808-1
navbar:
title: ""
left:
- text: "tlverse"
href: http://tlverse.org
- text: "tmle3"
href: "index.html"
- text: "Overview"
href: articles/framework.html
- text: "Reference"
href: "reference/index.html"
right:
- icon: fa-github fa-lg
href: https://github.com/tlverse/tmle3
reference:
- title: "Defining A Task"
contents:
- tmle3_Task
- title: "NPSEM"
contents:
- tmle3_Node
- all_ancestors
- time_ordering
- title: "Likelihood"
contents:
- Likelihood
- CF_Likelihood
- title: "Likelihood Factors"
contents:
- define_lf
- starts_with("LF_")
- title: "Parameters"
contents:
- define_param
- starts_with("Param_")
- title: "Propensity Scores"
contents:
- get_propensity_scores
- propensity_score_plot
- propensity_score_table
- title: "Index"
contents:
- starts_with("")