-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
58 lines (51 loc) · 1022 Bytes
/
_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
url: https://yhoriuchi.github.io/projoint/
template:
bootstrap: 5
reference:
- title: Data sets
desc: Example data sets
contents:
- exampleData1
- exampleData2
- exampleData3
- out1_arranged
- exampleData1_labelled_tibble
- title: Setup
desc: Read in and clean data
contents:
- read_Qualtrics
- read_labels
- reshape_projoint
- make_projoint_data
- save_labels
- set_qoi
- title: Analysis
desc: Estimates conjoint quantities of interest
contents:
- predict_tau
- projoint
- title: Visualize
desc: Produce plots
contents:
- plot.projoint_results
- plot.projoint_tau
articles:
- title: Recommendations
desc: "Best practices in conjoint analysis"
contents:
- structure
- correction
- title: Guides
desc: "How to use this software package"
contents:
- 01-setup
- 02-wrangle
- 03-predict
- 04-estimate
- 05-visualize
- 06-compare
- 07-explore
- title: Blog Posts
desc: "New Insights and Community Notes"
contents:
- Introducing Projoint