print.permutedReserve {ProfileLadder}R Documentation

Print objects of the S3 class permutedReserve

Description

Function to organize and print the output provided by the permutation bootstrap method implemented in the function permuteReserve()

Usage

## S3 method for class 'permutedReserve'
print(x, ...)

Arguments

x

an object of the class permutedReserve resulting from a call of the functions permuteReserve()

...

further arguments passed to print

Value

Displays information about the estimated reserve (by one of the estimation algorithms – PARALLAX, REACT, or MACRAME) and the overall reserve distribution resulting from a call of the permuteReserve() function

See Also

permuteReserve()

Examples

## reserve point prediction by the PARALLAX method
output <- parallelReserve(CameronMutual)

## reserve distribution prediction by the permutation bootstrap
x <- permuteReserve(output, B = 100)

## summary of the results
print(x) 


[Package ProfileLadder version 0.1.2 Index]