forked from keyATM/keyATM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
103 lines (96 loc) · 2.25 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
destination: docs
template:
params:
bootswatch: spacelab
authors:
Shusei Eshima:
href: "https://shusei-e.github.io"
Tomoya Sasaki:
href: "https://polisci.mit.edu/people/tomoya-sasaki"
William Lowe:
href: "http://conjugateprior.org/"
Kosuke Imai:
href: "https://imai.fas.harvard.edu/"
news:
- one_page: false
navbar:
title: "keyATM"
left:
- text: "User's Guide"
menu:
- text: "Installation"
href: articles/pkgdown_files/Installation.html
- text: "Preparation"
href: articles/pkgdown_files/Preparation.html
- text: "keyATM Base"
href: articles/pkgdown_files/keyATM_base.html
- text: "keyATM Covariates"
href: articles/pkgdown_files/keyATM_cov.html
- text: "keyATM Dynamic"
href: articles/pkgdown_files/keyATM_dynamic.html
- text: "keyATM Label"
href: articles/pkgdown_files/keyATM_label.html
- text: "Weighted LDA"
href: articles/pkgdown_files/Weighted_LDA.html
- text: "Options"
href: articles/pkgdown_files/Options.html
- text: "FAQ"
href: articles/pkgdown_files/FAQ.html
- text: "Reference"
href: reference/index.html
- text: "Changelog"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/keyATM/keyATM
reference:
- title: Preparation
desc: ~
contents:
- '`keyATM_read`'
- '`read_keywords`'
- '`visualize_keywords`'
- title: Fitting models
desc: ~
contents:
- '`keyATM`'
- '`keyATMvb`'
- '`weightedLDA`'
- '`save.keyATM_output`'
- title: Checking results
desc: ~
contents:
- '`plot_alpha`'
- '`plot_modelfit`'
- '`plot_pi`'
- '`top_docs`'
- '`top_topics`'
- '`top_words`'
- title: Making plots
desc: ~
contents:
- '`plot_alpha`'
- '`plot_modelfit`'
- '`plot_pi`'
- '`plot_timetrend`'
- '`save_fig`'
- '`values_fig`'
- title: Additional analyses
desc: ~
contents:
- '`by_strata_DocTopic`'
- '`by_strata_TopicWord`'
- '`covariates_get`'
- '`covariates_info`'
- '`plot.strata_doctopic`'
- '`predict.keyATM_output`'
- title: Built-in data
desc: ~
contents:
- '`keyATM_data_bills`'
- title: Package-level
desc: ~
contents:
- '`keyATM-package`'
toc:
depth: 2