Outcome model
Arguments
- data
(data.table) Covariate data, usually the output of the covariate model of a Trial object.
- par
(numeric) Regression coefficients (default zero). Can be given as a named list corresponding to the column names of
model.matrix- outcome.name
Name of outcome variable ("y")
- remove
Variables that will be removed from input
data(if formula is not specified).- mean
(formula, function) Either a formula specifying the design from 'data' or a function that maps
datato 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 theremoveargument.- ...
Additional arguments passed to
meanfunction (see examples)
