search for: kjhealy

Displaying 12 results from an estimated 12 matches for "kjhealy".

2001 Aug 02
0
gsub() and parenthesis symbols -- solved
Hello again -- inevitably, I discovered the (documented) answer 30 seconds after sending my question. Using gsub(...,extended=FALSE) is the way to avoid this issue. Cheers, Kieran -- Kieran Healy, Assistant Professor, Sociology Dept, University of Arizona. kjhealy at u.arizona.edu :: (520) 621-3480 http://www.u.arizona.edu/~kjhealy -------------- next part -------------- An embedded message was scrubbed... From: Kieran Healy <kjhealy at email.arizona.edu> Subject: gsub() and parenthesis symbols Date: Thu, 02 Aug 2001 15:21:11 -0700 Size: 1968 Url: http...
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R Hope this help. claudia ---------- Forwarded message ---------- Date: Mon, 25 Jun 2001 13:48:05 -0400 From: Kieran Healy <kjhealy at Princeton.EDU> To: Claudia Tebaldi <tebaldi at ucar.edu> Subject: Re: [R] maps in R Hi Claudia -- you can get the maps() library from here: ftp://ftp.mcs.vuw.ac.nz/pub/statistics/map/ It's not on CRAN because it's still in development. I've been using it for a while wit...
2002 Jan 16
1
Postsript/Lattice interaction
...ULL output. The file "anyplot.ps" will now be two pages long --- one blank page, then the proper plot. I'm not too familiar with lattice, so I'm not sure if this is a known issue. A search through the help archives didn't turn anything up. Cheers, Kieran -- Kieran Healy, kjhealy at arizona.edu. (520) 621-3480. Asst Professor, Sociology Dept, University of Arizona. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]su...
1999 Dec 11
0
Success compiling R on Caldera OL 2.3
...d this problem. 2. The missing package that led to my posting to this list. It can be found on the COL install CD and is called linux-kernel-include.rpm. Thanks again for quickly pointing me in the right direction. I'm looking forward to using R. Kieran -- Kieran Healy email: kjhealy at princeton.edu Department of Sociology Princeton University Princeton, NJ 08544-1010 http://www.princeton.edu/~kjhealy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "...
2001 Aug 02
1
gsub() and parenthesis symbols
...erstand at all why the open paren symbol doesn't work but the close paren symbol does. It seems to dislike it only when it appears as the first argument to the function. Any help is much appreciated. Thanks, Kieran -- Kieran Healy, Assistant Professor, Sociology Dept, University of Arizona. kjhealy at u.arizona.edu :: (520) 621-3480 http://www.u.arizona.edu/~kjhealy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in...
2002 Nov 29
1
configure fails on Mac OS 10.2.2
...an I know R can build on OS X --- what am I missing or doing wrong? Perhaps my Fortran compilers are not the right versions? Would getting them using "fink install" make a difference (as opposed to "apt-get install")? Thanks, Kieran -- Kieran Healy, http://www.u.arizona.edu/~kjhealy Asst Professor, Sociology Dept, University of Arizona. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bod...
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
...11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lbz2 -lz -ldl -lncurses -lm ld: warning dynamic shared library: /usr/lib/libz.dylib not made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1 /Users/kjhealy/downloads/R-1.7.0/modules/R_X11.so is unchanged making Rsock.d from Rsock.c making internet.d from internet.c making nanoftp.d from nanoftp.c making nanohttp.d from nanohttp.c making sock.d from sock.c making sockconn.d from sockconn.c gcc -no-cpp-precomp -I. -I../../../src/include -I../../../src/i...
2003 Apr 22
0
Hmisc's aregImpute segfaults R-1.7.0 under linux
...fault on my linux box, viz: f <- aregImpute(~y + x1 + x2 + x3, n.impute=100) Iteration:1 Process R segmentation fault at Tue Apr 22 14:29:18 2003 I'm running an updated version of SuSE 7.1, if that's relevant. Is this a known issue? Kieran -- Kieran Healy, http://www.u.arizona.edu/~kjhealy Asst Professor, Sociology Dept, University of Arizona.
2004 Nov 06
1
basic bwplot query
...uot;M" panel and vice versa? I guess this is quite straightforward, but I'm going about it in the wrong --- do I need to provide some extra information about subscripts via a panel function? I'd be grateful for any advice. Thanks, Kieran -- Kieran Healy, http://www.u.arizona.edu/~kjhealy Assistant Professor, Sociology Dept, University of Arizona.
2004 Jan 07
1
Sweave and X11 on OSX 10.3
...s me to assume the issue is with my own setup rather than Sewave. Maybe there's a problem with the DISPLAY variable, or something that I did while upgrading to Panther -- but I can't see what it is. Has anyone else had this issue? Thanks, Kieran -- Kieran Healy, http://www.u.arizona.edu/~kjhealy Asst Professor, Sociology Dept, University of Arizona.
2012 Feb 13
1
survey package svystat objects from predict()
Hello, I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.: data(api) dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc) out <- svyglm(sch.wide~ell+mobility, design=dstrat, family=quasibinomial()) pred.df <-
1999 Dec 11
1
make errors while compiling
...7-2.91.66-6 I don't have much experience compiling files of this sort, so I can't interpret the error messages properly. I'd be very grateful for advice on what I'm doing wrong, and how to remedy it. Thanks, Kieran Healy -- Kieran Healy email: kjhealy at princeton.edu Department of Sociology Princeton University Princeton, NJ 08544-1010 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &q...