setScoringSystem: Function that sets slots 'scoring system' of an 'modelClass'...

Description Usage Arguments Details Examples

Description

Function that sets scoring system of an modelClass object

Usage

1
setScoringSystem(rriskModel,newScoringSystem)

Arguments

rriskModel

the rrisk model whose scoring system is to be set

newScoringSystem

the new scoring system

Details

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

Examples

1
2
3
rriskModel<-init.Model1()
newScoringSystem<-new("modelScoringClass")
setScoringSystem(rriskModel,newScoringSystem)   

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