-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_pkgdown.yml
102 lines (88 loc) · 2.02 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
url: https://easystats.github.io/datawizard/
template:
bootstrap: 5
package: easystatstemplate
reference:
- title: Data Preparation
desc: Main functions for cleaning and preparing data
contents:
- data_to_long
- data_to_wide
- data_extract
- data_filter
- data_select
- data_reorder
- data_arrange
- data_merge
- data_partition
- data_rotate
- data_group
- title: Statistical Transformations
desc: Functions for transforming variables
contents:
- categorize
- recode_values
- rescale
- reverse
- slide
- adjust
- center
- demean
- normalize
- ranktransform
- rescale_weights
- standardize
- standardize.default
- unstandardize
- winsorize
- title: Data Properties
desc: Functions to compute statistical summaries of data properties and distributions
contents:
- data_tabulate
- contains("distribution")
- kurtosis
- smoothness
- skewness
- weighted_mean
- title: Convert and Replace Data
contents:
- contains("to_numeric")
- to_factor
- starts_with("replace_")
- starts_with("convert_")
- title: Import data
contents:
- data_read
- title: Helpers for Data Preparation
contents:
- reshape_ci
- data_addprefix
- remove_empty
- contains("rownames")
- contains("colnames")
- find_columns
- data_restoretype
- title: Helpers for Text Formatting
contents:
- starts_with("text_")
- title: Visualization helpers
desc: |
This function is relevant only within 'easystats' packages
contents:
- visualisation_recipe
- title: Reexports
contents:
- reexports
- title: Data
contents:
- efc
- nhanes_sample
articles:
- title: Data Preparation
navbar: ~
contents:
- tidyverse_translation
- title: Statistical Transformations
navbar: ~
contents:
- standardize_data