Learn R Programming

ProfileLadder (version 0.2.2)

print.permutedReserve: 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 permutedReserve
print(x, ...)

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

Arguments

x

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

...

further arguments passed to print

See Also

permuteReserve()

Examples

Run this code
## 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) 

Run the code above in your browser using DataLab