View source: R/model_s3_functions.R
formula.Model | R Documentation |
Extracts the formula from a 'Model' object. This information can also be accessed directly from the Model as 'Model$formula'
## S3 method for class 'Model'
formula(x, ...)
x |
A 'Model' object. |
... |
Further arguments passed from other methods |
A formula object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.