search for: daniel_ho

Displaying 3 results from an estimated 3 matches for "daniel_ho".

2002 Nov 05
5
LaTeX Output?
Hello all, Does anyone know of an R proc to export matrices or data frames (preferably with row and column names) directly into LaTeX table output? Many thanks, Dan daniel_ho at harvard.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-...
2003 Jan 17
1
(no subject)
Dear R-users, Is there any method that can transfer the R output to latex? Thanks. wensui [[alternate HTML version deleted]]
2002 Dec 12
3
y axis on hist
Hi: The y axis on the hist function seems to set its limits oddly. sometimes, it covers the full range of the data and sometimes it stops one major tick short. I have had this behavior with a variety of data sets, and it can easily be reproduced by just running the following several times: hist(rnorm(100000)) I have tried explicitly setting ylim to the range of values produced by rnorm