see | R Documentation |
This is a simple way to display the model code on the R console using
the model object. The raw
argument will return the model code as a
character vector.
see(x, ...)
## S4 method for signature 'mrgmod'
see(x, raw = FALSE, ...)
x |
model object. |
... |
not used. |
raw |
return the raw code. |
NULL
is returned invisibly when raw
is FALSE
; when raw
is
set to TRUE
, the model code is returned as a character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.