Displaying 2 results from an estimated 2 matches for "latexrs".
Did you mean:
laters
2007 Jun 23
2
latex of ftable (Hmisc?)
Dear latexRs,
I tried to make a latex printout of a simple categorial ftable. It should
look like the output of print.ftable. Any ideas how to get the syntax of
summary.formula right. Or some alternative? As far I see, xtable does not
have method for ftable.
Dieter
library(Hmisc)
n=500
sex <- factor(samp...
2013 Dec 02
1
pesky \usage-warnings with R CMD check
I?m in the process of preparing a package for CRAN.
The package is called ?exportR? and since it really just consists of one function, I found it natural to call it ?exportR? too.
The function returns a function that does the actual job, but it is set up to work in different ways, depending on the arguments given to its creator. In short:
library( exportR )
exporter <- exportR( the, arguments