tolatexGraphs.gam: Function that creates LaTeX codes to import nonparamtric...

Description Usage Arguments Details Examples

Description

A function that creates LaTeX codes to import nonparamtric regression plots for the outcom items.

Usage

1
tolatexGraphs.gam(rriskModel,file.name)

Arguments

rriskModel

is an instance of the class modelClass

file.name

is the name of the TeX file into which the codes are to be written

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)
tolatexGraphs.gam(rriskModel,file.name="text.tex")

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