createModelReport: creates and saves a complete model report

Description Usage Arguments Details Examples

Description

This function creates and saves a complete model report by combining all other tolatex-functions.

Usage

1
createModelReport(rriskModel,rriskSession,menuLevel=1)

Arguments

rriskModel

is an instance of the rriskModel

rriskSession

is an instance of the rriskSession

menuLevel

...

Details

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

Examples

1
2
3
rriskModel<-init.Model1(demomode=TRUE)
rriskSession<-init.rriskSession(useDemoModels = "all", demomode=TRUE)
createModelReport(rriskModel=rriskModel, rriskSession=rriskSession)

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