View source: R/multilevel_qp.R
| check_data_multi | R Documentation | 
Check that data is in right shape and hyparameters are feasible
check_data_multi(X, trt, Z, Xz, lambda, lowlim, uplim)
| X | n x d matrix of covariates | 
| Z | Vector of group indicators with J levels | 
| Xz | list of J n x d matrices of covariates split by group | 
| lambda | Regularization hyper parameter | 
| lowlim | Lower limit on weights, default 0 | 
| uplim | Upper limit on weights, default 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.