easystats / report

:scroll: :tada: Automated reporting of objects in R
https://easystats.github.io/report/
Other
676 stars 68 forks source link

What needs to be done for the lavaan report to be ready? #293

Open lstmemery opened 1 year ago

lstmemery commented 1 year ago

Hey there, when I write report(fitted_cfa) I get "Support for lavaan not fully implemented yet :(". It looks like report_table and report_performance are done. I may be able to help in the future. What else needs to be done?

DominiqueMakowski commented 1 year ago

Hi @lstmemery, I think the steps would be add to add the applicable missing pieces, like report_model(),report_parameters(),report_effectsize()` (?), etc. and then collate all of it together :)

Feel free to open a PR and we'll look into it together !