Our Hmisc package summary.formula function and its latex methods can
make some fairly advanced tables. But the tables have to be regular.
For example, all rows of the tables are based on the same data frame.
I'm thinking that what is needed is a ggplot2-like set of functions for
building a table row-by-row or row-by-block of rows. Different row
blocks could have different denominators, e.g., the first part of the
table might be on everyone and a latter block of rows be for females,
with different summary statistics computed.
Has anyone already written functions creating LaTeX markup with such
functionality?
Thanks
Frank
--
Frank E Harrell Jr Professor and Chairman School of Medicine
Department of Biostatistics Vanderbilt University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.