-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
62 lines (57 loc) · 1.42 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
url: https://experdesign.llrs.dev
authors:
Lluís Revilla Sancho:
href: https://llrs.dev
development:
mode: auto
template:
bootstrap: 5
opengraph:
twitter:
creator: "@Lluis_Revilla"
card: summary_large_image
news:
releases:
- text: "experDesign 0.2.0"
href: https://llrs.dev/post/2023/04/09/experdesign-follow-up/
home:
title: Design experiments for batches
description: Distributes samples in batches while making batches homogeneous
according to their description. Allows for an arbitrary number of variables,
both numeric and categorical. For quality control it provides functions to
subset a representative sample.
reference:
- title: "Main functions"
- contents:
- check_data
- design
- replicates
- spatial
- batch_names
- use_index
- check_index
- distribution
- inspect
- title: "Numbers related to batch"
desc: "Number of batches needed, number of samples per batch..."
- contents:
- optimum
- title: "Evaluating a batch"
desc: "Evaluate metrics to distribute the samples"
- contents:
- starts_with("evaluate_")
- title: "Follow up"
desc: "Extending an experiment with new samples"
- contents:
- follow_up
- follow_up2
- valid_followup
- title: "Other"
- contents:
- position_name
- create_subset
- compare_index
- entropy
- qcSubset
- extreme_cases
- experDesign-package