compute the model comparison measures
# S3 method for bayesparobs
model_comp(object, type = "lpml", verbose = FALSE, ncores = NULL)
dataframe containing the compute the model comparison measures
the output model from fitting a meta analysis/regression model
the type of model comparison measures; DIC or LPML
FALSE by default; If TRUE, then progress bar will appear
the number of CPU cores to use for parallel processing. It must not exceed the number of existing cores. If unspecified, it will default to 2 cores or the number of existing cores, whichever is smaller.