Get modelname from single object (used internally)
1 2 3 4 5 6 7 8 9 10 11 12 13 | mname(x, conditions = NULL)
## S3 method for class ''NULL''
mname(x, conditions = NULL)
## S3 method for class 'character'
mname(x, conditions = NULL)
## S3 method for class 'objfn'
mname(x, conditions = NULL)
## S3 method for class 'fn'
mname(x, conditions = NULL)
|
x |
dMod object |
conditions |
character vector of conditions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.