Displaying 1 result from an estimated 1 matches for "pdf'f".
Did you mean:
pdf's
2008 Oct 11
6
Sweave-LaTEX question
...tried to learn about it until today. I've found a few examples but I can't actually make them work properly. I have a couple of questions:
Does LATEX have to be installed on your computer? How does the xtable package and Sweave work together? How can I make the code below create a table as pdf file?
\begin{table}[ht]
\begin{center}
\begin{tabular}{rrrrr}
\hline
& Estimate & Std. Error & z value & Pr($>$$|$z$|$) \\
\hline
(Intercept) & 2.6470 & 0.0698 & 37.94 & 0.0000 \\
male & $-$0.4094 & 0.0482 & $-$8.49 & 0.0000 \\
langarts...