print.mp_options: Print multiprobit options

Description Usage Arguments Examples

View source: R/environment.R

Description

Print multiprobit options

Usage

1
2
## S3 method for class 'mp_options'
print(x, legend = TRUE, include_global = TRUE, include_default = TRUE, ...)

Arguments

x

An mp_options object to be printed

legend

logical; If TRUE, include explanatory text, Default: TRUE

include_global

logical; If TRUE, include global override options

include_default

logical; If TRUE, include default options

...

Further parameters, currently ignored

Examples

1
2
3
4
5
6
7
8
9
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)
}

finnlindgren/multiprobit documentation built on June 20, 2020, 6:12 a.m.