-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_pkgdown.yml
More file actions
91 lines (83 loc) · 2.25 KB
/
_pkgdown.yml
File metadata and controls
91 lines (83 loc) · 2.25 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
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
url: https://declaredesign.org/r/randomizr
template:
bootstrap: 5
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
development:
mode: auto
navbar:
right:
- text: "Software"
menu:
- text: DeclareDesign
href: https://declaredesign.org/r/declaredesign/
- text: randomizr
href: https://declaredesign.org/r/randomizr/
- text: fabricatr
href: https://declaredesign.org/r/fabricatr/
- text: estimatr
href: https://declaredesign.org/r/estimatr/
- text: rdss
href: https://declaredesign.org/r/rdss/
- text: DesignLibrary
href: https://declaredesign.org/r/designlibrary/
- text: DesignWizard
href: https://eos.wzb.eu/ipi/DDWizard/
- text: declaredesign.org
href: https://declaredesign.org
left:
- text: Getting started
href: articles/randomizr_vignette.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Getting started with randomizr
href: articles/randomizr_vignette.html
- text: Getting started with randomizr for Stata
href: articles/srandomizr_vignette.html
reference:
- title: Random assignment
contents:
- block_and_cluster_ra
- block_ra
- cluster_ra
- complete_ra
- simple_ra
- conduct_ra
- custom_ra
- declare_ra
- title: Functions for calculating probabilities of assignment
contents:
- obtain_condition_probabilities
- obtain_num_permutations
- obtain_permutation_matrix
- obtain_permutation_probabilities
- block_and_cluster_ra_probabilities
- block_ra_probabilities
- cluster_ra_probabilities
- custom_ra_probabilities
- simple_ra_probabilities
- complete_ra_probabilities
- title: Random sampling
contents:
- draw_rs
- simple_rs
- complete_rs
- strata_rs
- strata_and_cluster_rs
- declare_rs
- cluster_rs
- title: Functions for calculating sampling inclusion probabilities
contents:
- obtain_inclusion_probabilities
- cluster_rs_probabilities
- complete_rs_probabilities
- simple_rs_probabilities
- strata_and_cluster_rs_probabilities
- strata_rs_probabilities
- title: Package
contents:
- randomizr