complete_randomization_plus_one_min_one {OptimalRerandExpDesigns}R Documentation

Implements the complete randomization design (CRD) AKA Bernoulli Trial

Description

Implements the complete randomization design (CRD) AKA Bernoulli Trial

Usage

complete_randomization_plus_one_min_one(n, r)

Arguments

n

number of observations

r

number of randomized designs you would like

Value

a matrix where each column is one of the r designs

Author(s)

Adam Kapelner


[Package OptimalRerandExpDesigns version 1.1 Index]