search for: statreport

Displaying 20 results from an estimated 26 matches for "statreport".

Did you mean: statd_port
2008 Jun 25
2
R alternative to SAS PROC REPORT
R has wonderful graphics but I am wondering whether there is anything in R to provide customization of tables like PROC Report does in SAS. A Smile costs Nothing      But Rewards Everything Happiness is not perfected until it is shared                                                               -Jane Porter   [[alternative HTML version deleted]]
2009 Sep 05
1
Can I use UDL file in Wine?
I have a program statreporting. In Windows it connects to SQL server by udl file. May I use udl in wine. I install MDAC by winetricks. But udl doesn't see sql server. Help me, please!
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]
2005 Apr 26
2
how to modify and compile R sourse codes
Dear All: I am working on writing some R functions to make statistical reports automatically. Dr. Harrell's Hmisc has all the wonderful stuff. But sometimes I need change some formats, so I want to read through it and make some modifications to fit my project. Ideally, I want proceed as following: 1. change some source of Hmisc 2. compile and install the modified Hmisc 3. debug my
2010 Apr 30
11
What is the best way to have "R" output tables in an MS Word format?
Dear "R" list, Our statisticians usually give us results back in a PDF format. I would like to be able to copy and past tables from "R" output directly into a Microsoft Word table since this will save us tons of time, be more accurate to minimize human copying errors and help us update data in our papers more easily. Do people have suggestions for the best way to do this? I
2004 Jun 04
0
New versions of Hmisc and Design on CRAN
...anderbilt.edu/twiki/pub/Main/Hmisc/exportlib.sas . The main page for Hmisc is http://biostat.mc.vanderbilt.edu/s/Hmisc . sasxport.get largely supplants sas.get. For those users who are not familiar with the Hmisc/LaTeX combination, have a look at http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/summary.pdf Thanks to Kurt Hornik for always providing such an excellent service to the community through his work on CRAN. -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University ________________________...
2004 Jun 04
0
New versions of Hmisc and Design on CRAN
...anderbilt.edu/twiki/pub/Main/Hmisc/exportlib.sas . The main page for Hmisc is http://biostat.mc.vanderbilt.edu/s/Hmisc . sasxport.get largely supplants sas.get. For those users who are not familiar with the Hmisc/LaTeX combination, have a look at http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/summary.pdf Thanks to Kurt Hornik for always providing such an excellent service to the community through his work on CRAN. -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University ________________________...
2008 Oct 18
0
Several problems with hmisc latex function
...tion. First, there seems to be a conflict between the cellTexCmds and the cgroupTexComds. When I'm using both at the same time, I get an error message. Here's an example. I just added cellTexComds to the example on page 10 of this document: http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/latexFineControl.pdf x <- matrix(1:30, ncol = 5) y <- letters[1:6] x <- data.frame(x, y) cell.format <- matrix(rep("", NCOL(x) * NROW(x)), ncol = NCOL(x)) cell.format[1,1]<-"bfseries" latex(x, file = "", cgroup = c("Group A", "Group B&qu...
2010 Jun 10
1
Creating reports using R
is there a good way to generate reports in R? I found the following code using split.screen but this only works with plots and i would like to generate reports with tables and charts. thx if (interactive()) { par(bg = "white") # default is likely to be transparent split.screen(c(2,1)) # split display into two screens split.screen(c(1,3), screen = 2) # now split the
2008 Jul 21
2
Output Nicely formatted tables from R
Hi there, I've spent a while searching for ways of outputting table data from R in presentable formats, such as colored backgrounds for column headings, bold fonts etc. It appears that this is not possible, but I would be interested to learn if in fact there was a way of achieving this. Many thanks! [[alternative HTML version deleted]]
2010 Mar 03
1
: Three most useful R package
ad 1) ggplot2, Hmisc, RODBC ad 2) A package to produce high quality tables with summary statistics for publications in scientific journals. Regards, Frank >>> Ralf B <ralf.bierig@gmail.com> 02.03.2010 21:13 >>> Hi R-fans, I would like put out a question to all R users on this list and hope it will create some feedback and discussion. 1) What are your 3 most useful R
2010 Sep 26
4
Good documentation about Sweave
Hello, I am looking for a good and detailed documentation about Sweave... but can't find anything more that 15 pages asking Google... Any hint on that point ? Cheers Colin -- View this message in context: http://r.789695.n4.nabble.com/Good-documentation-about-Sweave-tp2714326p2714326.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 04
2
Is there any way to make pretty tables in R to pdf?
Hi, all, All your comments have been very useful. I was wondering if there was a package that can make pretty R tables to pdf. I guess I could use xtable, but I would like something a little more elegant. Your input is greatly appreciated. Best wishes, Art
2006 Sep 13
9
R-question
Hello Colleagues, I programmed in SAS for 3 years and would like to switch to a not so costly software product. Hence I started to evaluate R, and my first test look promising. However I have some question: 1. Is it possible to query R files by SQL internally on data frames (not on a database) and how is the syntax (I have the RODBC package installed). I would like to extract year, Quarter,
2008 Jul 04
1
Hmisc latex: table column width
R users, I'm trying to set a column width to one of the columns in a latex table (using Hsmic package, latex function). My intention is to get \begin{tabular}{lp{1.2in}llllll}\hline\hline Here's an example ####### R code ######### DF <- data.frame(Titanic) DF$long <- paste("This is a veeeeeeeeeeryyyyyyyyyy long line") DF <- DF[, names(DF)[c(6,1:5)]] library(Hmisc)
2006 Jul 18
1
Reproducible Research - Examples
...e results without having to buy a proprietary software program. In poking around the R website it is clear that a lot of thought has gone into documenting reproducible research, notably by Harrell, Gentleman, and the Sweave effort, among others. http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/StatReport http://cran.ssds.ucdavis.edu/doc/contrib/Harrell-statcomp-notes.pdf http://www.bioconductor.org/docs/papers/2003/Compendium Question: Reproducible research is clearly desirable and feasible. Could anyone provide examples (stand-alone URLs or supplementary material in journals) that you would recom...
2004 Oct 17
4
Descriptive statistics table
Greetings: I would like to make a table with descriptive statistics for a data.frame. I guess the question is how can I put together, in a table, the results from, say: apply(df, 2, mean, na.rm =T) apply(df, 2, median, na.rm =T) ....... Thanks, Mihai Nica Jackson State University 155 B Parkhurst Dr. Jackson, MS 39202 601 969 5423 601 914 0361 [[alternative HTML version deleted]]
2008 Jul 24
3
how to export ".xls" file with colorful cells?
Hi all: I wanna know how to expoort ".xls" file. And in the exported ".xls" file, how to set different cells with different color? Thanks a lot! My best. ------------------------------ ******************************************* Xin Meng Capitalbio Corporation National Engineering Research Center for Beijing Biochip Technology BioPharma-informatics & Software
2010 Mar 17
11
How good is R at making publication quality tables?
Hello Everyone,   I have just started learning R and am in the process of figuring out what it can and can't do. I must say I am very impressed with R so far and am amazed that something this good can actually be free.   Recently, I finished reading R for SAS and SPSS Users and have begun reading SAS and R and Data Manipulation with R. Based on what I've read in these books and elsewhere,
2012 Feb 25
2
How would you program an Adverse Events statistical table using R code?
A graph != A table. I'm talking about a page full of summary statistics and advanced statistics, with lots of cross categories on the top and left margin of the table, as opposed to a visual display with x-axis and y-axis, which is totally different. (An example of how this is done in another language is available at http://fivetimesfaster.blogspot.com ) For an AE table, you have an N and %