Description Usage Arguments Value Examples
Returns the list of models in a model_seq object
1 2 3 |
ML |
a model_seq object |
value |
a list containing only model objects |
models(ML)
returns a list of models in the model sequence
models(ML)<-
sets the list of models in the model sequence
1 2 3 4 | # Create a model sequence
ML = model_seq()
models(ML) = list(example_model(), example_model())
models(ML)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.