plotGAM: Function that draws nonparamtric regression plots for the...

Description Usage Arguments Details Examples

Description

A function that creates nonparamtric regression plots for the outcome items.

Usage

1
plotGAM(rriskModel,pdfGraph=FALSE)

Arguments

rriskModel

is an instance of the class modelClass

pdfGraph

decides whether the plot is as PDF data to be saved

Details

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

Examples

1
2
3
rriskModel <- init.Model1()
rriskModel<-run(rriskModel)
plotGAM(rriskModel,pdfGraph=FALSE)

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