pander
pander copied to clipboard
Generate tables from Anova/Manova output of car package
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.