menu.loadDemoModels: Function generating the menu for loading demo models

Description Usage Arguments Details Value Examples

Description

This function generates the menu for loading demo models.

Usage

1
menu.loadDemoModels(rriskSession,demomode=FALSE,menuLevel=1)

Arguments

rriskSession

is an instance of rriskClass

demomode

is a boolean value indicating whether the model should be run under the demo mode, demomode=c(TRUE,FALSE)

menuLevel

is a numeric value that indicates the load of the current menu

Details

This function is not intended to be called directly but is internally called during rrisk session.

Value

the new rriskSession object

Examples

1
2
rriskSession<-init.rriskSession(useDemoModels = "all")
menu.loadDemoModels(rriskSession, menuLevel=1)

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.