outcome_model: Access the Outcome Model in a Multimedia Object
Description
This is an accessor to the outcome slot of a multimedia object.
Usage
outcome_model(object)
Value
NULL, if not fitted, or the model learned from the training mediation
data object. For models fit in parallel across outcomes (e.g.,
glmnet_model()) a list of separate model objects. For models fitted jointly
across outcomes (e.g., lnm_model()), a single model object of that class.