Displaying 2 results from an estimated 2 matches for "rrrrrrrr".
Did you mean:
grrrrrrr
2007 Dec 05
0
Export to LaTeX using xtable() - Control the digits to the right of the separator [solved]
...;
> xtable(numSummary(finance[,"Employees"], statistics=c("mean", "sd", "quantiles"))$table, digit = c(0,0,2,2,2,0,0,0))
% latex table generated in R 2.6.1 by xtable 1.5-2 package
% Wed Dec 5 14:37:51 2007
\begin{table}[ht]
\begin{center}
\begin{tabular}{rrrrrrrr}
\hline
& mean & sd & 0\% & 25\% & 50\% & 75\% & 100\% \\
\hline
1 & 11493 & 29373.14 & 1777.00 & 3040.00 & 4267 & 6553 & 179774 \\
\hline
\end{tabular}
\end{center}
\end{table}
Regards,
Liviu
---------- Forwarded message ----------...
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
>