-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
41 lines (41 loc) · 1.09 KB
/
_pkgdown.yml
File metadata and controls
41 lines (41 loc) · 1.09 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
url: https://matherealize.github.io/simdata/
template:
bootstrap: 5
reference:
- title: "Simulation designs"
desc: "Specifications of simulation designs."
contents:
- starts_with("simdesign")
- title: "Data simulation"
desc: "Functions that generate data from the simulation designs."
contents:
- starts_with("simulate")
- title: "Visualization"
desc: "Plotting tools for correlation networks."
contents:
- starts_with("plot")
- title: "Helper for simulation designs"
desc: "Functions to help set up simulation designs."
contents:
- starts_with("process")
- do_processing
- estimate_final_correlation
- function_list
- optimize_cor_for_pair
- optimize_cor_mat
- quantile_functions_from_data
- title: "Helper for (correlation) matrices"
desc: "Functions to help set up and work with (correlation) matrices."
contents:
- starts_with("cor")
- contains_constant
- is_collinear
- is_cor_matrix
- title: "Miscellaneous"
contents:
- apply_array
- as_function_list
- colapply_functions
- get_from_function_list
- get_names_from_function_list
- partial