-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
46 lines (46 loc) · 1001 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
url: https://lhdjung.github.io/moder/
lang: en
home:
title: Mode estimation in R
description: |
The moder package determines single or multiple modes
(most frequent values). By default, its 'mode_' functions check whether
missing values make this impossible, and return `NA` in this case.
They have no dependencies.
template:
bootstrap: 5
bootswatch: flatly
bslib:
link-color: '#ca225e'
code-color: '#ca225e'
navbar-dark-hover-color: '#ca225e'
navbar-dark-active-color: '#f9ea6b'
articles:
- title: ~
navbar: ~
contents:
- missings
- metadata
- performance
- frequency-grids
reference:
- title: Actual modes
- contents:
- mode_first
- mode_all
- mode_single
- title: Possible modes
- contents:
- mode_possible_max
- mode_df
- title: Metadata
- contents:
- mode_count
- mode_count_range
- mode_frequency
- mode_frequency_range
- mode_is_trivial
- title: Frequency grids
- contents:
- frequency_grid_df
- frequency_grid_plot