MplusAutomation icon indicating copy to clipboard operation
MplusAutomation copied to clipboard

Using screenreg to Report Multiple Model Results from readModels

Open linem7 opened this issue 1 year ago • 0 comments

Hi,

I would like to know if it is possible to use screenreg to report multiple models read by readModels. For example, in the code below, res is a list with 5 model results. Can I use screenreg() to see all the results at once?

res <- readModels("./Models")
screenreg(res, cis = TRUE)

Thanks.

linem7 avatar Jun 12 '24 12:06 linem7