## MACRAME reserve prediction with the DEFAULT Markov chain setup
output <- mcReserve(CameronMutual)
## Extracting the corresponding Markov states
mcStates(output)
#' ## Extracting the corresponding states when explicit breaks are used
mcStates(mcReserve(CameronMutual, breaks = c(1000, 2000, 3000)))
Run the code above in your browser using DataLab