-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path_pkgdown.yml
More file actions
84 lines (71 loc) · 1.67 KB
/
_pkgdown.yml
File metadata and controls
84 lines (71 loc) · 1.67 KB
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
url: https://rfm.rsquaredacademy.com
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cosmo
docsearch:
api_key:
index_name: rfm
navbar:
title: "rfm"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Guides"
menu:
- text: "RFM - Customer Level Data"
href: articles/rfm-customer-level-data.html
- text: "RFM - Transaction Level Data"
href: articles/rfm-transaction-level-data.html
- text: "Reference"
href: reference/index.html
- text: "News"
menu:
- text: Blog
href: https://blog.rsquaredacademy.com/customer-segmentation-using-rfm-analysis/
- text: Version 0.2.1
href: https://blog.rsquaredacademy.com/rfm-0-2-1/
- text: Version 0.2.0
href: https://blog.rsquaredacademy.com/introducing-rfm/
- text: Change log
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/rfm
home:
links:
- text: Learn more
href: https://www.rsquaredacademy.com
- text: Shiny app
href: https://www.rsquaredcomputing.com/shiny/rfm/
reference:
- title: RFM Table
contents:
- rfm_table_order
- rfm_table_customer
- rfm_table_customer_2
- title: Segmentation
contents:
- rfm_segment
- rfm_plot_median_recency
- title: Plots
contents:
- rfm_heatmap
- rfm_bar_chart
- rfm_histograms
- rfm_order_dist
- rfm_fm_plot
- rfm_rf_plot
- rfm_rm_plot
- title: Plot Data
contents:
- rfm_heatmap_data
- rfm_hist_data
- rfm_barchart_data
- title: Data
contents:
- rfm_data_orders
- rfm_data_customer