Hey there, I’ve been exploring a similar challenge recently and found that sometimes the trick is to bridge the gap between the bootstrapped results and what the plotting function expects. My approach was to extract and compute summary statistics like the median of the estimates from the boot object, and then update the original model parameters with those values before calling the diagram function. This way, you maintain the structure that semPlotR::plotDiagram needs. I wonder if anyone has tried a similar method or maybe even a more straightforward one? How do you feel about doing some post-processing on the boot parameters to effectively rebuild a model object for plotting? I’m curious to hear more ideas or alternatives!