Learn R Programming

ProfileLadder (version 0.2.2)

print.profilePredict: Print Objects of the S3 Class profilePredict

Description

Function to organize and print the 1-year prediction based on the PARALLAX and REACT algorithm (parallelReserve()) or the MACRAME algorithm (mcReserve())

Usage

# S3 method for profilePredict
print(x, fancy.print = getOption("profileLadder.fancy", TRUE), ...)

Value

displays information resulting from a call of the predict() applied to the output of the parallelReserve() or mcReserve() function---the one year ahead prediction in the run-off triagle

Arguments

x

an object of the class profileLadder resulting from a call of one of the functions parallelReserve() or mcReserve

fancy.print

logical to indicate whether a fancy run-off triangle should be printed in the output (DEFAULT) or a standard print option should be used instead. Note that that the fancy print option uses, by DEFAULT, zero number of decimal digits. Specific colors for the fancy print option and the number of decimal points to be used can be set by the function set.fancy.print(). The fancy print option can be supressed by options(profileLadder.fancy = FALSE).

...

further arguments passed to print()

See Also

parallelReserve(), mcReserve(), set.fancy.print()

Examples

Run this code
data(CameronMutual)
predict(parallelReserve(CameronMutual))

Run the code above in your browser using DataLab