Displaying 20 results from an estimated 7000 matches similar to: "Hmisc & latex"
2006 Jul 31
0
bug in format.default: trim=TRUE does not always work as advertised (PR#9114)
DESCRIPTION OF PROBLEM:
Output from format.default sometimes has whitespace around it when using
big.mark="," and trim=TRUE. E.g.:
> # works ok as long as big.mark is not actually used:
> format(c(-1,1,10,999), big.mark=",", trim=TRUE)
[1] "-1" "1" "10" "999"
> # but if big.mark is used, output is justified and not
2011 Aug 31
1
Hmisc Latex Question: column headings and Major Column Headings not properly alligned
Dear R users:
When I create a table without Major Column headings, my *regular* column headings appear correct in the typeset latex file. The major row heading and row groups are as they should.
w <- latex(mytab,title="",file="tab/my.tex",ctable=TRUE,caption="Descriptive statistics by
2010 Jan 26
3
Formatting cgroup and factor level labels in Hmisc latex function
I'm trying to typeset at simple crosstable with the Hmisc latex function. And I have two problems.
1. How do I make all columns the same width? The Latex function seems very unwilling to break the 'cgroup' labels and the factor level labels. Please have look at this screenshot that shows my problem:
>> http://hem.passagen.se/stpe9096/table.png
So, how can I make sure that the
2010 Feb 26
1
wrap long lines in table using "latex" in Hmisc
Hi list,
Is there a way to control long-line wrapping in a table using "latex" function in Hmisc or any other functions?? It seems I can't find any examples.
Thank you very much!
...Tao
_________________________________________________________________
Hotmail: Trusted email with Microsoft?s powerful SPAM protection.
2010 Mar 08
0
page boundaries for latex printing of summary.formula objects in Hmisc
Hello,
Warning, I'm guessing only those who have used the Hmisc package's
summary.formula function with LaTeX will be able to offer much help here.
I am using the Hmisc package's summary.formula function to produce
tables for a LaTeX report. The "latex" function in the same package
supports longtables in LaTeX. Ideally, I would like for page breaks in
the LaTeX output
2012 Dec 02
0
Hmisc latex cell background color
Dear latex/R-Sweavers,
Using the codel below, I can color text in individual cells for latex
output.
Is there a similar way to get a background shading? My attempts failed
because I did not get the closing brace at the right place with Hmisc/latex.
library(Hmisc)
x <- as.data.frame(diag(rnorm(3),nrow=3))
cellTex <- matrix(rep("", NROW(x) * NCOL(x)), nrow=NROW(x))
2012 May 04
0
latex, Hmisc with MikTeX 2.8 produced "n&missing&unique" output
Hi -
So when I run the following, I get a strange formatting output with MikTeX, and I am unsure if the behavior is due to R, Hmisc, or MikTeX or both:
dfr <- data.frame(x=rnorm(400),y=sample(c('male','female'),400,TRUE))
latex(describe(dfr))
What happens is that the x column is summarized in the output of latex correctly. Then the y summary ends up looking like:
2007 May 16
0
JOB: Data Analyst
Boxwood Means, a financial services consultancy specializing in the
small balance mortgage sector and REIT analysis, is seeking a Data
Analyst.
Boxwood maintains several large databases of real estate transactions
around the nation as well as financial information on publicly traded
equities. We use these data to create market intelligence and forecasts
for clients -- principally large banks.
2007 May 15
0
JOB: Data Analyst
Boxwood Means, a financial services consultancy specializing in the
small balance mortgage sector and REIT analysis, is seeking a Data
Analyst.
Boxwood maintains several large databases of real estate transactions
around the nation as well as financial information on publicly traded
equities. We use these data to create market intelligence and forecasts
for clients -- principally large banks.
2007 Apr 27
1
Not showing dvi with Hmisc latex()
Hi,
I'm using latex() from Frank Harrell's Hmisc library to produce LaTeX
files. By default, it calls xdvi and displays the dvi.
How can I make xdvi not show? I couldn't find a clue in the extensive
documentation.
Thanks,
Gad
ps: Hmisc 3.3-1 on R 2.5.0 for Linux.
--
Gad Abraham
Department of Mathematics and Statistics
The University of Melbourne
Parkville 3010, Victoria,
2006 Nov 06
0
Hmisc, latex cdec not as expected
Hello all.
I have encountered at problem when using the Hmisc package to generate
latex-tabels.
I can't seem to control the number of digits in the latex-file. I have
used the Design and Hmisc packages for a while without this problem, but
after upgrading to R-2.4.0 the problem has occured.
I have mad a clean installation where I uninstalled all earliere version
of R, and I
2006 Nov 06
1
Hmisc, latex cdec not as expected - again
Hello all.
Sorry for reposting this message, but I accedently sent it in
HTML-format the first time.
I have encountered at problem when using the Hmisc package to generate
latex-tabels.
I can't seem to control the number of digits in the latex-file. I have
used the Design and Hmisc packages for a while without this problem, but
after upgrading to R-2.4.0 the problem has occured.
I
2005 Dec 15
2
Hmisc latex cell background color
Dear latex/R-Sweavers,
Using the codel below, I can color text in individual cells for latex
output.
Is there a similar way to get a background shading? My attempts failed
because I did not get the closing brace at the right place with Hmisc/latex.
library(Hmisc)
x <- as.data.frame(diag(rnorm(3),nrow=3))
cellTex <- matrix(rep("", NROW(x) * NCOL(x)), nrow=NROW(x))
cellTex[2,2]
2010 Aug 31
1
summary in Hmisc and Latex
Dear all,
With the latest update of Hmisc I no longer have any problems with latex. However using the ctable option produces latex code that at least on both the miktex distribution at work and mactex distribution at home refuses to run due to an extra blank line inserted between the multicolumn lines in the latex code... It runs fine if the line is deleted or if the ctable option is left out.
2009 Apr 23
0
latex(Hmisc): cgroup + rownames shifts column names
I have submitted this as a bug
(http://biostat.mc.vanderbilt.edu/trac/Hmisc/ticket/29) but I am
wondering if anyone else has seen it or perhaps developed a
workaround. I could certainly fix the LaTeX by hand, but I am using
this inside Sweave, so it is a bit cumbersome. The exact same code
used to work fine, but something changed underneath it. Even so,
perhaps I am using the latex() command
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
Thank you, Robert for raising this here !
>>>>> Robert McGehee
>>>>> on Thu, 21 Mar 2019 20:56:19 +0000 writes:
> R developers,
> Seems I get a bad result ("%#4.0-1e" in particular) when trying to use prettyNum digits=0 with scientific notation. I tried on both my Linux box and on an online R evaluator and saw the same problem, so
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
>>>>> peter dalgaard
>>>>> on Fri, 22 Mar 2019 17:30:19 +0100 writes:
> FWIW, it doesn't seem to be happening on Mac OS:
>> format(2^30, digits=0)
> [1] "1.e+09"
>> prettyNum(12345.6, digits=0)
> [1] "1.e+04"
> A glibc misfeature?
It seems (and note we are talking about format.default()
2008 Jan 13
1
Hmisc latex() does not want to work
I seem to have a problem getting latex (Hmisc) to
work.
Any suggestions as to what I am doing wrong?
Thanks
library(Hmisc)
aa <- data.frame(aa=1:10, bb=rnorm(10, 5, 2),
cc=rnorm(10, 20, 4))
rr <- lm(cc~aa+bb, data=aa); rr
latex(rr)
> latex(rr)
'latex' is not recognized as an internal or external
command,
operable program or batch file.
Warning messages:
1: In cbind(cx, cxk) :
2009 Sep 06
3
[Hmisc] Latex to pdf
I would like to print some tables and figures to a PDF device on a CentOS 5
vps. However, I cannot seem to get the latex function from Hmisc working. I
followed the example, and got an error: sh: xdvi: command not found. I tried
installing the 'tetex-xdvi' linux package, and now it returns: Error: Can't
open display. I guess the reason for this is that the machine is a VPS
terminal, so
2019 Mar 22
2
prettyNum digits=0 not compatible with scientific notation
FWIW, it doesn't seem to be happening on Mac OS:
> format(2^30, digits=0)
[1] "1.e+09"
> prettyNum(12345.6, digits=0)
[1] "1.e+04"
A glibc misfeature?
-pd
> On 22 Mar 2019, at 10:10 , Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>
> Thank you, Robert for raising this here !
>
>>>>>> Robert McGehee