menu.handleModel: Function generating user menu for maintaining models

Description Usage Arguments Details Examples

Description

This function generates the user menu for maintaining models.

Usage

1
menu.handleModel(rriskModel,rriskSession,menuLevel=1)

Arguments

rriskModel

is an instance of the modelClass

rriskSession

is an instance of the rriskClass

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.

Examples

1
2
rriskSession<-init.rriskSession(useDemoModels = "all")
rriskModel.new<-menu.handleModel(rriskSession@models[[1]],rriskSession)

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