View source: R/print.permutedReserve.R
print.permutedReserve | R Documentation |
permutedReserve
Function to organize and print the output provided by the permutation bootstrap
method implemented in the function permuteReserve()
## S3 method for class 'permutedReserve'
print(x, ...)
x |
an object of the class |
... |
further arguments passed to |
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
permuteReserve()
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.