View source: R/multilevel_qp.R
| create_constraints_multi | R Documentation | 
Create the constraints for QP: l <= Ax <= u
create_constraints_multi(Xz, trtz, lowlim, uplim, exact_global, verbose)
| Xz | list of J n x d matrices of covariates split by group | 
| trtz | list of treatment assignment vectors | 
| lowlim | Lower limit on weights | 
| uplim | Upper limit on weights | 
| exact_global | Boolean whether to include an exact global constraint | 
| verbose | Boolean whether to display progress | 
A, l, and u
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.