Compute Bayesian Information Criterion of a model
Arguments
- results
A data frame containing model results as created by
run_daisie_ml(). These results are theDAISIE::DAISIE_ML_CS()and the bic, and they're saved as an RDS file byrun_daisie_ml().- daisie_data
A list, conforming to the
DAISIEobject format. Usually preprocessed byDAISIE::DAISIE_dataprep(), see it's documentation for details. Otherwise it may be generated via simulations, usingDAISIE::DAISIE_sim_cr()and friends.