Rapporter / pander

An R Pandoc Writer: Convert arbitrary R objects into markdown
http://rapporter.github.io/pander/
Open Software License 3.0
294 stars 66 forks source link

Generate tables from Anova/Manova output of car package #322

Open ekatko1 opened 6 years ago

ekatko1 commented 6 years ago

It would be great if we could pander(Manova(fit, type=2)) from the car package. It's complicated, however, by the fact that the Manova function prints directly instead of generating an object with a relevant matrix.