-
Notifications
You must be signed in to change notification settings - Fork 27
/
_pkgdown.yml
44 lines (41 loc) · 1.17 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
template:
params:
bootswatch: flatly
ganalytics: G-20GDZ5LL77
navbar:
title: "correlationfunnel"
left:
- text: "Home"
href: index.html
- text: "Function Reference"
href: reference/index.html
- text: "Articles"
href: articles/index.html
menu:
- text: "Introducing Correlation Funnel - Customer Churn Example"
href: articles/introducing_correlation_funnel.html
- text: "Key Considerations & FAQs"
href: articles/key_considerations.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/business-science/correlationfunnel
reference:
- title: General
contents:
- correlationfunnel-package
- title: Correlation Funnel Workflow
desc: __The main functions used to perform binary correlation analysis.__
contents:
- binarize
- correlate
- title: Visualization functions
desc: __Plotting utilities for visualizing the Correlation Funnel.__
contents:
- starts_with("plot_")
- title: Datasets
desc: Datasets that ship with `correlationfunnel`
contents:
- starts_with("customer")
- starts_with("marketing")