Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

BLCOP (version 0.3.3)

BLCOPOptions: Global package options

Description

This function can be used to set or get global options for the BLCOP package.

Usage

BLCOPOptions(opt, setting)

Arguments

opt

A string with the name of an option

setting

The new setting for the option

Value

If both arguments omitted, a list. If setting is omitted, value of an individual setting.

Details

If setting is omitted, the current setting for opt is returned. If both arguments are omitted, a list with all of the settings is returned. The following settings may be changed: regFunc:Function used to perform the regression in CAPMalphas numSimulations:Number of monte-carlo simulations to perform in copula opinion pooling functions unitTestPath: Path where unit tests are located.

Examples

Run this code
# NOT RUN {
    BLCOPOptions("numSimulations")
# }

Run the code above in your browser using DataLab