coef.multipleOutcomes: Extract Model Coefficients
Description
coef is a generic function.
Usage
# S3 method for multipleOutcomes
coef(object, model_index = NULL, ...)
Value
a vector of coefficient estimates
Arguments
- object
an object returned by multipleOutcomes().
- model_index
NULL if displaying coefficients of all fitted models;
otherwise, an integer indicating the fitted model.
- ...
for debugging only