Hi,
My data is of the dyadic structure. I planned to do data imputaiton and run Bayesian Multilevel Modeling using brms. For the data imputation, I used the package pan that is designated for multilevel data imputation. The ten imputated datasets are stored in a list object, which cannot be processed by function brm_mutiple(). I wonder how I can transfer the list object that contains multiple imputed datasets to a dataframe that can be processed by brm_multiple.
Thank you so much!