-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
60 lines (53 loc) · 1.44 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
template:
params:
bootswatch: cerulean
navbar:
type: default
left:
- icon: fa-home
href: index.html
- text: "Vignettes"
href: articles/index.html
menu:
- text: Usage of the personalized Package
href: articles/usage_of_the_personalized_package.html
- text: Utilities for Improving Estimation Efficiency via Augmentation and for Propensity Score Estimation
href: articles/efficiency_augmentation_personalized.html
- text: Multi-category Treatments with personalized
href: articles/multicategory_treatments_with_personalized.html
- text: Estimation of Flexible ITRs with xgboost
href: articles/fitting_itrs_with_xgboost.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/jaredhuling/personalized
reference:
- title: Main Functions
contents:
- fit.subgroup
- validate.subgroup
- title: Plotting
contents:
- check.overlap
- starts_with("plot")
- title: Summarizing
contents:
- starts_with("summar")
- starts_with("print")
- subgroup.effects
- treatment.effects
- treat.effects
- title: Predicting
contents:
- starts_with("predict")
- title: Data
contents:
- LaLonde
- title: Utilities
contents:
- create.propensity.function
- create.augmentation.function
- weighted.ksvm