On 28.01.2016 14:20, Duncan Murdoch wrote:
If the class is just "mytable", then you'll have to change it to "ftable" before calling stats::format().Side note: The following will fail, because format.ftable double-checks the class of its argument:
format_ftable <- utils::getS3method("format", "ftable")
format_ftable(mytable)
-Kirill
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
