Skip to contents

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 class 'profilePredict'
print(x, fancy.print = getOption("profileLadder.fancy", TRUE), ...)

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()

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

Examples

data(CameronMutual)
predict(parallelReserve(CameronMutual))
#>       dev
#> origin    1     2     3     4     5     6     7     8     9    10    11
#>     1  5244  9228 10823 11352 11791 12082 12120 12199 12215 12215 12215
#>     2  5984  9939 11725 12346 12746 12909 13034 13109 13113 13113    NA
#>     3  7452 12421 14171 14752 15066 15354 15637 15720 15724    NA    NA
#>     4  7115 11117 12488 13274 13662 13859 13872 13947    NA    NA    NA
#>     5  5753  8969  9917 10697 11135 11282 11320    NA    NA    NA    NA
#>     6  3937  6524  7989  8543  8757  8904    NA    NA    NA    NA    NA
#>     7  5127  8212  8976  9325  9539    NA    NA    NA    NA    NA    NA
#>     8  5046  8006  8984  9333    NA    NA    NA    NA    NA    NA    NA
#>     9  5129  8202  8966    NA    NA    NA    NA    NA    NA    NA    NA
#>     10 3689  6276    NA    NA    NA    NA    NA    NA    NA    NA    NA

sidebar.html