## DEFAULT performance of the incrExplor() function and the MACRAME algorithm
output1 <- incrExplor(CameronMutual)
output2 <- mcReserve(CameronMutual)
## Extracting the DEFAULT break points from both outputs
mcBreaks(output1)
mcBreaks(output2)
## Extracting the corresponding break points for 4 Markov states
mcBreaks(incrExplor(CameronMutual, states = 4))
Run the code above in your browser using DataLab