Results 7 issues of Gaspar Lukacs

I'll start adding support for the marginaleffects R package. I think there are only a couple of relevant functions (`marginaleffects`, `marginalmeans`, `predictions`), but I'll look into it more and update...

How about adding support for any sort of `data.frame` (and perhaps `matrix`)? This is really simple and would cover any conceivable statistics that can be put in a table format....

I would add support for the following functions from the `metafor` R package: - [x] `rma.uni()` - [x] `rma.mh()` - [x] `rma.peto()` - [x] `rma.glmm()` - [x] `rma.mv()` - [x]...

We could add a print method for the `results` returned by `add_stats()`. This print method (which could be an `S3method` for R base's `print`, or otherwise just a simple function...

There could be a very generic option to enter any sort of data to add_stats() with the user providing the formatting of the eventual report (i.e., the text and styling...

There could be an option to assign the given `results` output automatically to the parent frame. ...so that instead of `my_results = add_stats(my_results, my_t_test)` ... one can just write `add_stats(my_results,...