Displaying 2 results from an estimated 2 matches for "rrrrrrrrr".
Did you mean:
rrrrrrrrrr
2007 Dec 05
0
Export to LaTeX using xtable() - Control the digits to the right of the separator [solved]
...ook at the digits argument of xtable that would allow you
to control this i think.
> xtable( numSummary( iris[,1:4] ) , digit = c( 0, 0, 2,2,2,2,2,2,0) )
% latex table generated in R 2.6.0 by xtable 1.5-2 package
% Wed Dec 05 13:07:47 2007
\begin{table}[ht]
\begin{center}
\begin{tabular}{rrrrrrrrr}
\hline
& mean & sd & 0\% & 25\% & 50\% & 75\% & 100\% & n \\
\hline
Sepal.Length & 6 & 0.83 & 4.30 & 5.10 & 5.80 & 6.40 & 7.90 & 150 \\
Sepal.Width & 3 & 0.44 & 2.00 & 2.80 & 3.00 & 3.30 & 4.40...
2007 Dec 05
1
alternatives to latex() or xtable() ?
Hello everyone,
I have several problems with exporting to LaTeX the output of
numSummary() from the abind package.
> numSummary(finance[,"Cash_flow"], statistics=c("mean", "sd", "quantiles"))
mean sd 0% 25% 50% 75% 100% n NA
188070.9 414771.9 -426804 26743 53866 150975.5 1871500 54 4
>