## observed/unobserved layout for the run-off triangle with 5 origins
print(observed(5))
print(!observed(5))
## fully observed run-off triangle with typically unknown (future) payments
## included in the lower-right triangular part for evaluation purposes
data(CameronMutual) ## the full data matrix
observed(CameronMutual) ## cummulative run-off triangle
observed(CameronMutual, cum = FALSE) ## incremental run-off triangle
Run the code above in your browser using DataLab