Outcome model
data.table
(data.table) Covariate data, usually the output of the covariate model of a Trial object.
(numeric) Regression coefficients (default zero). Can be given as
a named list corresponding to the column names of model.matrix
Name of outcome variable ("y")
Variables that will be removed from input data (if formula is
not specified).
(formula, function) Either a formula specifying the design from
'data' or a function that maps data to the conditional mean value on the
link scale (see examples). If NULL all main-effects of the covariates will
be used, except columns that are defined via the remove argument.
Additional arguments passed to mean function (see examples)