formula_from_mod {mosaicModel} | R Documentation |
Extract the model formula used in specifying the model
Description
This typically will not be used by an end-user.
Usage
formula_from_mod(model, ...)
Arguments
model |
the model |
... |
(not used) |
Details
Not all model architectures support this. If a model architecture isn't recognized, you'll have to add a method for that class. See vignette.
[Package mosaicModel version 0.3.0 Index]