|
1 | | -url: https://experdesign.llrs.dev |
2 | | - |
3 | | -authors: |
4 | | - Lluís Revilla Sancho: |
5 | | - href: https://llrs.dev |
6 | | - |
7 | | -development: |
8 | | - mode: auto |
9 | | -template: |
10 | | - bootstrap: 5 |
11 | | - opengraph: |
12 | | - twitter: |
13 | | - creator: "@Lluis_Revilla" |
14 | | - card: summary_large_image |
15 | | - |
16 | | -home: |
17 | | - title: Design experiments for batches |
18 | | - description: Distributes samples in batches while making batches homogeneous |
19 | | - according to their description. Allows for an arbitrary number of variables, |
20 | | - both numeric and categorical. For quality control it provides functions to |
21 | | - subset a representative sample. |
22 | | - |
23 | | -reference: |
24 | | - - title: "Main functions" |
25 | | - - contents: |
26 | | - - check_data |
27 | | - - design |
28 | | - - replicates |
29 | | - - spatial |
30 | | - - batch_names |
31 | | - - use_index |
32 | | - - check_index |
33 | | - - distribution |
34 | | - - inspect |
35 | | - - title: "Numbers related to batch" |
36 | | - desc: "Number of batches needed, number of samples per batch..." |
37 | | - - contents: |
38 | | - - optimum |
39 | | - - title: "Evaluating a batch" |
40 | | - desc: "Evaluate metrics to distribute the samples" |
41 | | - - contents: |
42 | | - - starts_with("evaluate_") |
43 | | - - title: "Follow up" |
44 | | - desc: "Extending an experiment with new samples" |
45 | | - - contents: |
46 | | - - follow_up |
47 | | - - follow_up2 |
48 | | - - valid_followup |
49 | | - - title: "Other" |
50 | | - - contents: |
51 | | - - create_subset |
52 | | - - compare_index |
53 | | - - entropy |
54 | | - - qcSubset |
55 | | - - extreme_cases |
56 | | - - experDesign-package |
| 1 | +url: https://experdesign.llrs.dev |
| 2 | + |
| 3 | +authors: |
| 4 | + Lluís Revilla Sancho: |
| 5 | + href: https://llrs.dev |
| 6 | + |
| 7 | +development: |
| 8 | + mode: auto |
| 9 | +template: |
| 10 | + bootstrap: 5 |
| 11 | + opengraph: |
| 12 | + twitter: |
| 13 | + creator: "@Lluis_Revilla" |
| 14 | + card: summary_large_image |
| 15 | + |
| 16 | +news: |
| 17 | + releases: |
| 18 | + - text: "experDesign 0.2.0" |
| 19 | + href: https://llrs.dev/post/2023/04/09/experdesign-follow-up/ |
| 20 | + |
| 21 | +home: |
| 22 | + title: Design experiments for batches |
| 23 | + description: Distributes samples in batches while making batches homogeneous |
| 24 | + according to their description. Allows for an arbitrary number of variables, |
| 25 | + both numeric and categorical. For quality control it provides functions to |
| 26 | + subset a representative sample. |
| 27 | + |
| 28 | +reference: |
| 29 | + - title: "Main functions" |
| 30 | + - contents: |
| 31 | + - check_data |
| 32 | + - design |
| 33 | + - replicates |
| 34 | + - spatial |
| 35 | + - batch_names |
| 36 | + - use_index |
| 37 | + - check_index |
| 38 | + - distribution |
| 39 | + - inspect |
| 40 | + - title: "Numbers related to batch" |
| 41 | + desc: "Number of batches needed, number of samples per batch..." |
| 42 | + - contents: |
| 43 | + - optimum |
| 44 | + - title: "Evaluating a batch" |
| 45 | + desc: "Evaluate metrics to distribute the samples" |
| 46 | + - contents: |
| 47 | + - starts_with("evaluate_") |
| 48 | + - title: "Follow up" |
| 49 | + desc: "Extending an experiment with new samples" |
| 50 | + - contents: |
| 51 | + - follow_up |
| 52 | + - follow_up2 |
| 53 | + - valid_followup |
| 54 | + - title: "Other" |
| 55 | + - contents: |
| 56 | + - create_subset |
| 57 | + - compare_index |
| 58 | + - entropy |
| 59 | + - qcSubset |
| 60 | + - extreme_cases |
| 61 | + - experDesign-package |
0 commit comments