Multilevel missing data imputation using pan package and brm_multiple

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!

If it is really a list of data frames it will work with brm_multiple. So we need more details on what exactly you tried (i.e. the code) so we may see whats wrong.