data(CameronMutual)
## full run-off triangle printed with the fancy mode
x <- as.profileLadder(CameronMutual)
print(x)
## run-off triangle with unobserved future payments
x <- as.profileLadder(observed(CameronMutual))
print(x)
## the same run-off triangle using a standard printing method
options(profileLadder.fancy = FALSE)
print(x)
Run the code above in your browser using DataLab