search for: uth

Displaying 20 results from an estimated 61 matches for "uth".

Did you mean: auth
2010 Apr 17
2
Interacting with dendrogram plots, locator() or click()
...ofessor of Health Information Science School of Health Information Sciences Brown Foundation Institute of Molecular Medicine University of Texas Health Science Center at Houston Sarofim Research Building Room 437C 1825 Pressler St. Houston, TX 77030 Telephone: 713 500 3845 email: David.J.States@uth.tmc.edu<mailto:David.J.States@uth.tmc.edu> URL: http://www.stateslab.org [[alternative HTML version deleted]]
2009 May 11
3
Looking for a quick way to combine rows in a matrix
...#39;TA' are essentially the same, and I'd like to combine (add) the rows to reflect this. The final matrix should be: [,1] [,2] [,3] [,4] AA 1 5 9 13 AT 5 13 21 29 TT 4 8 12 16 Is there a fast way to do this? Thanks in advance! Jacy Crosby jacy.r.crosby@uth.tmc.edu [[alternative HTML version deleted]]
2011 Nov 30
1
install "multtest" and "preprocessCore" packages in Bioconductor library
Hi Nguyen, > Subject: [R] install "multtest" and "preprocessCore" packages in > Bioconductor library > Date: Wed, 30 Nov 2011 09:57:36 -0800 > From: UyenThao Nguyen <unguyen at tethysbio.com> > To: r-help <r-help at r-project.org> > CC: uth.nguyen at ucdavis.edu <uth.nguyen at ucdavis.edu> > > Hi All, > > I've tried to install these "multtest" and "preprocessCore" packages in Mac, > but kept getting error messages. I tried to load the packages using 2 ways: > > 1. Installed from BioCo...
2007 May 21
4
How to compare linear models with intercept and those without intercept using minimizing adjs R^2 strategy
Dear R-list, I apologize for my many emails but I think I know how to desctribe my problem differently and more clearly. My question is how to compare linear models with intercept and those without intercept using maximizing adjusted R^2 strategy. Now I do it like the following: > library(leaps) > n=20 > x=matrix(rnorm(n*3),ncol=3) > b=c(1,2,0) > intercept=1 >
2003 May 13
3
Delete files from R
Hi, I have a file: d:\foo.txt and want to delete this. I tried: system("del d:/foo.txt") works not system("notepad d:/foo.txt") works Is it possible that I can't delete files or do I have misunderstood something? (del is a DOS-command. The "string works" under DOS "\") Thanks a lot Thomas ----- Windows XP R 1.6.2 (update!, I know)
2011 Feb 14
1
conditional value assignment
...onOriB.1.18." "CannonOriR.1.18." "B" 5 3 "R" 5 3 Example assignment of tco "tco" 5 3 Thanks much! Frank Tamborello, PhD W. M. Keck Postdoctoral Fellow School of Biomedical Informatics University of Texas Health Science Center, Houston https://xfiles.uth.tmc.edu/Users/ftamborello/public/index.html
2003 Apr 17
2
BATCH and tcltk
Hi R-hackers I try to write a batch (in Windows, i have to use!) with Rcmd BATCH D:\Test.R D:\Test.Rout and Rterm.exe --no-restore --no-save < D:\Test.R > D:\Test.Rout. In my file Test.R are any tk-codelines (like: Window1 <- tktoplevel(); ... tkbutton...). It works not interactifly, what is written in Rcmd BATCH --help. Exist there a way to do it all the same? Please help...
2006 Nov 17
2
Getting R and .Rdata together again
...ting up R and parading down my folder tree, but this is no fun.) Joseph F. Lucke, PhD Biostatistician Center for Clinical Research and Evidence-based Medicine Department of Pediatrics School of Medicine University of Texas Health Science Center at Houston Voice: 713-500-5651 Email: Joseph.F.Lucke@uth.tmc.edu Postal Mail: PO Box 20708, Houston, TX 77225-0708 [[alternative HTML version deleted]]
2006 Oct 20
2
Forest plot
...o generate a forest plot, the one used a lot in meta-analysis? Joseph F. Lucke, PhD Biostatistician Center for Clinical Research and Evidence-based Medicine Department of Pediatrics School of Medicine University of Texas Health Science Center at Houston Voice: 713-500-5651 Email: Joseph.F.Lucke@uth.tmc.edu Postal Mail: PO Box 20708, Houston, TX 77225-0708 [[alternative HTML version deleted]]
2008 Jan 24
3
features boxplot
Hallo, I just made a boxplot with the following command: boxplot(vsnrg$M~col(vsnrg$M)) When I now look at the plot. On the x-axis I just find numbers 1-6 because I have 6 datasets plotted. Now I want to add there the corresponding names which can be found in colnames(qrg). How can I realize this the online help does not help me. Thanks Corinna
2011 Apr 07
2
replace an expression with its value, or read macros
I know my subject line seems odd, but I want to replace an expression—such as a variable—with its value. For example, I want to paste() some strings together, assign the result to a variable s, then use the value of s as a variable to hold another value. Something like this: import_subjects <- function (start, iterations) { for (i in 1:iterations) { # iterate from start to end s <-
2012 Nov 28
4
How to disable ipv6
...is is after a reboot. Am I right that the /proc file suggests that ipv6 is disabled while netstat suggests that it isn't? Thanks, Chuck -- Chuck Bearden Programmer Analyst IV The University of Texas Health Science Center at Houston School of Biomedical Informatics Email: Charles.F.Bearden at uth.tmc.edu Phone: 713.500.9672
2007 May 25
1
normality tests [Broadcast]
...ur replies... I shouldn't pay soooo much > attntion on the normality tests, so it wouldn't matter which one/ones > I use to report... but rather focus on issues such as the power of the > test... > > Thanks again. > > On 25/05/07, Lucke, Joseph F <Joseph.F.Lucke at uth.tmc.edu> wrote: > > Most standard tests, such as t-tests and ANOVA, are fairly resistant to > > non-normalilty for significance testing. It's the sample means that have > > to be normal, not the data. The CLT kicks in fairly quickly. Testing > > for normality prior...
2003 Apr 25
1
Rcmd vs. Rterm.exe
Hi r-hackers, What exactly is the difference in call r from a batch between this two ways: Rterm.exe ... Rcmd BATCH ... (I have to install perl first, I know) I haven't found any documentation about the difference (readme, FAQs, ...). I use rterm.exe, but is there a benefit in using rcmd? Can you explain me that or give me a link? Thanks Thomas Thomas Untern?hrer
2003 May 06
1
C++ - R - example
Hi, Does anybody has a simple example (a for loop, or so) how to use a C-function In R? If it's possible, a *.cpp-file and what I need (wrapper or what ever). I'm absolutly not a C++-hacker! I try several ways, was reading the "writing R extension" and the windows-FAQ, but failed. I try to programm a matrix inversion in a for-loop in C, which needs much time in R and want to
2003 Aug 05
1
A little problem
Hi, Does anybody knows a easy way (without for-loops, maybe with something like match) to solve this problem: x <- rep(1,3) y <- c(0,1,0,1,0,1,1,1,0,0,0,0,1,0) if (x is a part of y){ find out where it is and do something } Thanks a lot Thomas
2003 Aug 25
2
Save graph as .wmf
Hi, Is there no function in R similar to jpeg(...) or postscript(...) for windows meta files? The function savePlot(...) is not really what I need. I'd like to save the plot on my disk without open a new plot window. And I don't want to save it on my disk and convert it from a *.* to .wmf (there are too many). Thanks for any help Thomas
2003 Sep 06
1
split.screen problem and segments in figure margin
hi, two questions... 1. what happens with points()? after the split.screen function points() start not at x = 1 (at x = - something) graphics.off() x11() split.screen(c(3, 1)) split.screen(c(2, 1), 1) screen(3) plot(dat, type = "n") screen(4) plot(dat, type = "n") screen(2) plot(dat, type = "n") dat <- rnorm(1000) for (i in 1:length(dat)){ screen(3)
2004 Jul 07
1
AW: boxplot a list of objects
One possibility ist boxplot(sapply(ListOfNames, get, env = .GlobalEnv)) Hope that this helps Thomas -----Urspr??ngliche Nachricht----- Von: Lefebure Tristan [mailto:Tristan.Lefebure at univ-lyon1.fr] Gesendet: Mittwoch, 7. Juli 2004 10:34 An: r-help at stat.math.ethz.ch Betreff: [R] boxplot a list of objects Hi list, #Imagine we have vectors of different length (in practice 100 vectors):
2010 Apr 02
1
McDonald's omega calculation. How to???
hi people, I am a newbie to R and I would appreciate it very much if someone can help me. I am used to use SPSS so I don?t have experience with writing a script. I have a questionnaire (questions 1-12) and I would like to use the omega reliability. Question 1-8 is factor 1 and question 9-12 factor 2. How can I write the scripit? Can someone help me??? Thanks in advance Asterios