search for: rosenbaum

Displaying 20 results from an estimated 35 matches for "rosenbaum".

2004 Nov 05
3
Resources for optimizing code
...E) { n<-sum(asst, na.rm=T) newdata<-matrix(nrow=n, ncol=ncol(DATAFRAME)) j<-1 for(i in 1:length(data)) { if (asst[i]==1) { newdata[j,]<-DATAFRAME[i,] j<-j+1 } } newdata.f<-as.data.frame(newdata) names(newdata.f)<-names(DATAFRAME) return(newdata.f) } -- Janet Rosenbaum jerosenb at fas.harvard.edu PhD Candidate in Health Policy, Harvard GSAS Harvard Injury Control Research Center, Harvard School of Public Health
2011 Feb 08
1
goto blas related R segfault
...y computer -- and everything was fine there. I also tried recompiling goto blas and running the tests -- and everything is fine there. Finally, I recompiled R (upgrading to 2.12) and I am still getting the same error. I appreciate insights that anyone has as to what could be going on. Thanks, Ted Rosenbaum Graduate Student Department of Economics Yale University [[alternative HTML version deleted]]
2009 Aug 18
1
Strange package installation error
...s/janet/Desktop/Camino-downloads/DiagnosisMed_0.2.2.1.tar.gz? is not available Permissions: [Macintosh:~/Desktop/Camino downloads] janet% ls -l DiagnosisMed_0.2.2.1.tar.gz -rwxr-xr-x@ 1 janet janet 42731 Aug 17 17:31 DiagnosisMed_0.2.2.1.tar.gz Any ideas? Thanks for your help. Janet -- Janet Rosenbaum, Ph.D., A.M. Postdoctoral Fellow, Johns Hopkins Bloomberg School of Public Health janet at post.harvard.edu
2003 Mar 14
2
numbers and decimal points
...Is it an inconvenience to require that all data use a period as decimal point? (i.e., 3.14159 rather than 3,14159). We're trying to make our program as foolproof as possible, and would prefer not to give users a chance to have commas as both decimal points and field delimiters. Thanks, Janet Rosenbaum jerosenb at fas.harvard.edu Center for Basic Research in the Social Sciences, Harvard University
2003 Mar 11
0
different file types
You might look at "eval" and "parse". Reid Huntsinger -----Original Message----- From: Spencer Graves [mailto:spencer.graves at pdf.com] Sent: Tuesday, March 11, 2003 4:03 PM To: janet rosenbaum Cc: r-help Subject: Re: [R] different file types The command "'source' causes R to accept its input from the named file". I don't know what you mean by "associative arrays", but "`switch' evaluates `EXPR' and accordingly chooses one of the further ar...
2011 Mar 02
1
merge in data.tables -- "non-visible"
...#39; it informs me that 'merge.data.table" is "non-visible". I am just trying to run the merge command on two data tables using the index, is there anything else that I need to do (my googling has simply left me uncertain about how to get this to work). Thanks for your help! Ted Rosenbaum Graduate Student Department of Economics Yale University [[alternative HTML version deleted]]
2011 Jul 04
1
R CMD SHLIB with ifort
...my version of R. I am using the flags FC=ifort and SHLIB_FCLD=ifort, however ifort does not seem to recognize the libR.so file. Does any one have experience with this/know of a a way to load an ifort compiled file into R. Thanks! ----------------------------------------------------------- Ted Rosenbaum Graduate Student Yale University Department of Economics [[alternative HTML version deleted]]
2003 Mar 06
1
tkexit
Sorry, my question is if exists a command tkexit in R, i need a command how exit of tcl for close an aplication. How to use him. Thank
2004 May 04
3
increasing memory
...help files seems to indicate that R ought to manage its memory itself. I know I have enough memory since stata handles these files perfectly well. I have a mac running OS 10.3 and am running RAqua 1.8.1. Is there anything I can do to make it deal with these files successfully? Janet -- Janet Rosenbaum jerosenb at fas.harvard.edu Harvard Injury Control Research Center, Harvard School of Public Health
2003 Apr 01
1
Windows GUI palimpsest
...ut off where a window had been. Also, when it computes something, the window will often decide to move itself over for no apparent reason, so it moves one button at a time, very slowly --- this doesn't happen under linux or Mac. Is there any way to stop this from happening? Thanks, Janet Rosenbaum jerosenb at fas.harvard.edu Center for Basic Research in the Social Sciences, Harvard University
2003 Apr 08
2
quotes within quotes
How does one put quotes within quotes, if it's possible? I've tried replacing one set of the quotes by single quotes. If it's not possible, is there any way to do the following? > cmd <- "read.dta" > opt <- "convert.factors=FALSE" > data.file <- " file="/full/path/name.dta" " > eval(call(cmd,data.file,opt)) Prior to
2011 May 01
1
Longitudinal data with non-randomized subjects
...ot achieved: id time censor tx x1 x21 (0,10] 1 0 x11 x122 (0,8 ] 0 0 x21 x222 (9,19] 1 1 x21 x223 (0,13] 0 1 x31 x32 Is counting process form of a Cox model (coxph with start, stop, censoring status ~ tx + x1 + x2 covariates) sufficient? Is it possible to implement the propensity score methodology (Rosenbaum et al, 1983) in such situations? Any ideas/suggestions would be higly appreciated. Thanks, Ehsan [[alternative HTML version deleted]]
2003 Feb 27
1
R problems
...ot of things have changed and it's hard to say what might have happened. Thus far, I have moved all my old X11R6 and X11 directories elsewhere, including the Library/Receipts for them, and reinstalled Mac's X11 and SDK, but that didn't work. Thanks for any help you can give. Janet Rosenbaum PhD Candidate, Health Policy Center for Basic Research in the Social Sciences, Harvard University
2006 Jun 23
2
Tetrachoric correlation in R vs. stata
I hope someone here knows the answer to this since it will save me from delving deep into documentation. Based on 22 pairs of vectors, I have noticed that tetrachoric correlation coefficients in stata are almost uniformly higher than those in R, sometimes dramatically so (TCC=.61 in stata, .51 in R; .51 in stata, .39 in R). Stata's estimate is higher than R's in 20 out of 22
2003 Apr 08
2
use of variable labels
The R documentation for some of the foreign package's functions says that the set of variable labels becomes attributes in the resulting data frame. Thus, e.g., 5="strongly agree", 4="agree", etc. I'm happy that the labels are being passed, but unfortunately, when R summarizes the data, it will list it only as categories, and doesn't deal with the
2005 Nov 25
0
(no subject)
Hi all, does anyone know if there exists some library that implements the sensitivity tests for matched pairs and unmatched groups proposed in Rosenbaum's Observational Studies (2002: ch.4)? Cheers, Holger
2005 Nov 29
0
sensitivity tests fo causal inference
Hi all, Following up on Holger's email last week: Does anyone know if there exists a library that implements the sensitivity tests for hidden bias for matched pairs and unmatched groups as proposed in Rosenbaum's Observational Studies (2002: ch.4)? Thanks. Best, jens
2008 Aug 01
0
Problem with RSPython
...ript using it. I am running Kubuntu Hardy 64 bit with up-to-date packages of R and python. I tried installing python 2.4 packages, but that did not solve the problem (although maybe RSPython doesn't know of their existance). Any help that someone can provide would be greatly appreciated. Ted Rosenbaum Yale University Graduate Student-Economics [[alternative HTML version deleted]]
2002 Jul 09
2
package relimp
Hi, i'm newbie for this, but it's very interesting, but how i have to interpret the results if i get i.e. this results ? Is it correct - if the "Ratio of effect sd" is positiv than the Numerator effects are bigger , and the negative case vice-versa ? Ratio of effect standard deviations: 0.954 Log(sd ratio): -0.047 (se 0.828) Approximate 95% confidence
2003 Jun 15
1
Unable to run SWAT
I'm trying to learn Samba on a Linux 7.0 box. I've just installed Samba 2.0.7. I've been able to run all the tests in DIAGNOSIS.TXT, manually edit the smb.conf file, and I can even see some folders on the Samba server from a Windows 98 machine on my LAN. But I am unable to run SWAT on the Samba Server (or from any other computer on my LAN). Every time I enter http://localhost:901/