Creates a number of groups by number of allocation schemes matrix of group weights. Allocation schemes are selected by the user.
Groups should be numbered 1, ..., N
wght_matrix( integrand, allocations, X, A, G, parameters, runSilent = TRUE, integrate_allocation = TRUE, ... )
integrand
: function to pass to the argument 'f' of integrate
.allocations
: coverage levels in [0, 1]. Can be vector.X
: covariate matrixA
: vector of treatment assignmentsG
: vector of group assignmentsparameters
: vector of parameters passed to integrand
runSilent
: if FALSE, errors are printed to console. Defaults to TRUE.integrate_allocation
: Indicator of whether the integrand function uses the allocation parameter. Defaults to TRUE....
: other arguments passed to integrand.a length(unique(group)) X length(alphas) matrix of group weights
Useful links