Restructure old bmmfit
objects to work with
the latest bmm version. This function is called
internally when applying post-processing methods.
Examples
if (FALSE) { # file.exists("bmmfit_old.rds")
# Load an old bmmfit object
old_fit <- readRDS("bmmfit_old.rds")
new_fit <- restructure(old_fit)
}