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 |
... |
further arguments passed to |
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
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.3 Index]