Description Usage Arguments Value Author(s) References Examples
View source: R/fsm_without_strata.R
Generates a Selection Order Matrix (SOM) in a deterministic/random manner.
1 2 3 4 5 6 7 8 9 |
data_frame |
A (optional) data frame corresponding to the full sample of units.
Required if |
n_treat |
Number of treatment groups. |
treat_sizes |
A vector of treatment group sizes. If |
include_discard |
|
method |
Specifies the selection strategy used among |
control |
If |
marginal_treat |
A vector of marginal probabilities, the jth element being the probability that treatment group
(or treatment group 2 in case |
A data frame containing the selection order of treatments, i.e. the labels of treatment groups
at each stage of selection. If method = 'SCOMARS'
, the data frame contains an additional column of
the conditional selection probabilities.
Ambarish Chattopadhyay, Carl N. Morris and Jose R. Zubizarreta.
Chattopadhyay, A., Morris, C. N., and Zubizarreta, J. R. (2020),
“Randomized and Balanced Allocation of Units into Treatment Groups Using the Finite Selection Model for R
”.
Morris, C. (1983), “Sequentially controlled Markovian random sampling (SCOMARS)”, Institute of Mathematical Statistics Bulletin,12(5), 237.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.