distrEx (version 1.8)

distrExOptions: Function to change the global variables of the package `distrEx'

Description

With distrExOptions you can inspect and change the global variables of the package distrEx.

Usage

distrExOptions(arg = "missing", value = -1)

Arguments

arg
the global variable to be shown or changed
value
the new value of the global variable

Value

  • distrExOptions() returns a list of the global variables.\newlinedistrExOptions(arg=x) returns the global variable x.\newlinedistrExOptions(arg=x,value=y) sets the value of the global variable x to y.

Examples

Run this code
distrExOptions()
distrExOptions("ElowerTruncQuantile")
distrExOptions("ElowerTruncQuantile", 1e-6)
# or
distrExOptions(ElowerTruncQuantile)
distrExOptions(ElowerTruncQuantile, 1e-6)

Run the code above in your browser using DataCamp Workspace