aaronwolen / mxtx

mxtx: OpenMx Transcriber
0 stars 0 forks source link

Handle multiple models and model comparisons #10

Closed aaronwolen closed 7 years ago

aaronwolen commented 7 years ago

This PR adds the ability to generate a report that summarizes multiple models

mxReport(list(AdeFit, AeFit))

as well as model comparisons

mxReport(list(AdeFit, AeFit, c(AdeFit, AeFit)))