I'm currently anaysing the missing data problem using maximum likelihood estimation.
I would like to test the estimation on missing data for multivariate dataset using R. I found several packages in R for MLE but some of them are only discussing and applying the general function/term/concept to apply MLE but do not specifically applying on the missing data problem for multivariate dataset.
My current dataset is having the combination of categorical,continuous and discrete data types
I would appreciate if someone could recommend me the notes or tutorial for applying missing data using MLE in R
Thank you in advance