I am trying to use R to create scatterplots of my data. I am using the effect_plot function (partial.residuals = TRUE) so that I can control for other variables in my plot, but I cannot figure out a way to estimate my missing data using full information maximum likelihood (FIML). Is there a way to do this in R?

Similar questions and discussions