print.mp_options | R Documentation |
Print multiprobit options
## S3 method for class 'mp_options'
print(x, legend = TRUE, include_global = TRUE, include_default = TRUE, ...)
x |
An |
legend |
logical; If |
include_global |
logical; If |
include_default |
logical; If |
... |
Further parameters, currently ignored |
if (interactive()) {
options <- mp_options(verbose = TRUE)
# Don't print options only set in default:
print(options, include_default = FALSE)
# Only include options set in the object:
print(options, include_default = FALSE, include_global = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.