Skip to content

Instantly share code, notes, and snippets.

@graywh
Created February 5, 2009 19:20
Show Gist options
  • Save graywh/58937 to your computer and use it in GitHub Desktop.
Save graywh/58937 to your computer and use it in GitHub Desktop.
bad output from Hmisc::latex
% latex.default(object = object[[i]], caption = nx[i], label = nx[i], append = file != "", title = title, file = file, caption.lot = NULL, caption.loc = caption.loc, ...)
%
\begin{table}[!tbp]
\caption{prob.t\label{prob.t}}
\begin{center}
\begin{tabular}{lr}\hline\hline
\multicolumn{1}{l}{summary}&
\multicolumn{1}{c}{}
\tabularnewline \hline
< 0.005&$ 1.00000000000000000$\tabularnewline
< 0.01&$ 2.00000000000000000$\tabularnewline
< 0.05&$ 5.00000000000000000$\tabularnewline
< 0.1&$ 9.00000000000000000$\tabularnewline
< 0.5&$26.00000000000000000$\tabularnewline
Min&$ 0.00128873933945015$\tabularnewline
\hline
\end{tabular}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment