menu.getSsystem: Function listing all items available and offering them to be...

Description Usage Arguments Details Examples

Description

This function lists all scoring systems available and offers them to be set to the current model.

Usage

1
menu.getSsystem(rriskModel,rriskSessionSsystems,menuLevel=1)

Arguments

rriskModel

is an instance of the modelClass

rriskSessionSsystems

are the slot models from an instance of 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
3
rriskSession<-init.rriskSession(useDemoModels="Demo model 1")
menu.getSsystem(rriskModel=rriskSession@models[[1]],
rriskSession@scoringsystems,menuLevel=1)

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