search for: rrrrr

Displaying 9 results from an estimated 9 matches for "rrrrr".

Did you mean: grrrrr
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
...ometry} \geometry{left=2in,right=2in} \begin{document} <<keep.source=TRUE>>= op <- options(width = 65, digits = 3) ddataframe <- data.frame(AAAAA = 1:10, BBBBB = factor(letters[1:2]), CCCCC = factor(LETTERS[1:5]), SSSSS = factor(paste("S", 1:10, sep = "")), RRRRR = rnorm(10)) mod1 <- lm(RRRRR ~ AAAAA + BBBBB + CCCCC + SSSSS, ddataframe) summary(mod1) @ \end{document} I have attached the pdf output. Thanks, in advance, for any suggestions. Ken -- Ken Knoblauch Inserm U846 Stem-cell and Brain Research Institute Department of Integrative Neuroscience...
2004 Jun 22
1
Using xtable with summaries of lm objects
...t;- runif( 10 ) y <- 1 + 2*x + rnorm( length(x) ) test.lm <- lm( y ~ x ) summary( test.lm ) xtable ( summary( test.lm ) ) The final xtable output follows: % latex table generated in R 1.8.1 by xtable 1.2-2 package % Tue Jun 22 09:56:36 2004 \begin{table}[ht] \begin{center} \begin{tabular}{rrrrr} \hline & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ \hline (Intercept) & 0.5731 & 0.4396 & 1.30 & 0.2286 \\ x & 1.9680 & 0.8894 & 2.21 & 0.0578 \\ \hline \end{tabular} \end{center} \end{table} Notice this line: & Estimate &amp...
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script window text colour option is missing
...that setting when it reloads. So I've tried resetting the GUI settings by deleting all 'Rconsole' files (found 1 on C drive and the one in my personal R folder) but to no avail. It just doesn't remember new settings, and its unclear where R is getting its current GUI settings from. Rrrrr! More generally, can't someone behind this otherwise great project please update the GUI settings to make them more comprehensive. And user-friendly - the 'console and pager colours' section is abysmal. -- View this message in context: http://r.789695.n4.nabble.com/Rconsole-file-fail...
2012 Apr 09
2
Creating Better Table in R
...Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 Residual standard error: 1.77 on 254 degrees of freedom Multiple R-squared: 0.01893, Adjusted R-squared: 0.01507 F-statistic: 4.901 on 1 and 254 DF, p-value: 0.02773 *X Table Code:* \begin{table}[ht] \begin{center} \begin{tabular}{rrrrr} \hline & Estimate & Std. Error & t value & Pr($>$$|$t$|$) \\ \hline (Intercept) & 2.6178 & 0.5287 & 4.95 & 0.0000 \\ FHouse & -0.1879 & 0.0849 & -2.21 & 0.0277 \\ \hline \end{tabular} \end{center} \end{table} -- View this message in...
2008 Oct 11
6
Sweave-LaTEX question
...amples 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 & $-$0.0147 & 0.0013 & $-$11.34 & 0.0000 \\...
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
...g the = > GUI >> settings by deleting all 'Rconsole' files (found 1 on C drive and the one= > ?in >> my personal R folder) but to no avail. It just doesn't remember new >> settings, and its unclear where R is getting its current GUI settings fro= > m. >> Rrrrr! >> >> More generally, can't someone behind this otherwise great project please >> update the GUI settings to make them more comprehensive. =C2=A0And user-f= > riendly >> - the 'console and pager colours' section is abysmal. >> >> -- >> View...
2007 Sep 13
1
Problem using xtable on an array
...gt; fred <- array( seq(1,18*4), dim=c(18,4)) > fred[1:2, ] [,1] [,2] [,3] [,4] [1,] 1 19 37 55 [2,] 2 20 38 56 > xtable(fred[1:2, ]) % latex table generated in R 2.5.0 by xtable 1.4-6 package % Thu Sep 13 14:09:46 2007 \begin{table}[ht] \begin{center} \begin{tabular}{rrrrr} \hline & 1 & 2 & 3 & 4 \\ \hline 1 & 1 & 19 & 37 & 55 \\ 2 & 2 & 20 & 38 & 56 \\ \hline \end{tabular} \end{center} \end{table} So it is not a generic problem. But what could it be? I can't decide where to look, so find a so...
2005 Oct 25
0
query on xtable output
...anted, but no decimal places are shown neither in the first two rows, if the real value in the cell is greater than 10, and only 1 decimal place if the value in the cell is lower than 10. Thus I got the following Latex output: ... > trend_table \begin{table}[ht] \begin{center} \begin{tabular}{rrrrr} \hline & 1 & 2 & 3 & 4 \\ \hline 1 & 11 & 2.5 & 12 & 3.6 \\ I would like to have more decimal places here e.g. 10.5 or 10.52 instead of 11. 2 & 3.5 & 16 & 14 & 6.4 \\ 3 & 11 & 12 & 15 & 16 \\ This is what I expect, no commas...
2012 Oct 10
6
Exporting summary plm results to latex
Dear all, I am trying to export my fixed effect results to Latex. I am using the plm package with the summary function. However, it does not look like apsrtable, stargazer, or any other package can accompany using the plm package. I am interested in a classic table with the coefficient in one row followed by the standard error in paranthesis in the next row and stars by the coefficient to show