search for: rsrch

Displaying 20 results from an estimated 123 matches for "rsrch".

Did you mean: srch
2001 Jul 13
6
AnonCVS
Hi All, I would like to use anonymous cvs, but it appears not to be working (again?). There was a discussion back in Jan-Feb about whether to continue supporting it, but it seemed that Tony Rossini got it working and the discussion left off there. Did someone decide to disable it, or is it just not working properly? Here's the details: $ cvs -d
2002 Aug 30
5
density() returns a density function that does not add up to 1
Dear R users, I ran into this curious problem: > d <- rnorm(100) > d.density <- density(d) > sum( d.density$x * d.density$y) [1] 2.517502 Admittedly the method of computing the mass under the density curve at line 3 is crude. But 2.5 is pretty far from 1, the value it should be. I tried a few other dataset and got similar result. Am I missing something obvious? Or is the return
2002 Jul 02
4
XEmacs vs. GNU Emacs?
As a user of only R, I don't use much of the potential of ESS and Emacs. Without entering a religious feud, is there any reason I should use XEmacs rather than my current GNU Emacs? (I looked on the XEmacs site, but I didn't understand the programming issues they were talking about (over my head).) Martin Henry H. Stevens, Assistant Professor 338 Pearson Hall Botany Department Miami
2001 Nov 27
1
seek helppage. Possible clarification?
...positive `where' > argument the connection is re-positioned (if possible) to the > specified position, returning the previous position. (since seek() seems to return "current/previous position", at least for the variants I seem to use). best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------------- http://software.biostat.washington.edu/ -------------- FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: T-Th:...
2002 Jun 19
1
new version of print.factor
...llapse = " "), "\n") } else { cat("Levels: ", paste(levels(x)[1:max.levels], collapse = " "), "\n") } } invisible(x) } It definitely could be cleaned up a bit more. best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------------- http://software.biostat.washington.edu/ ---------------- FHCRC: M: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th: 20...
2002 Apr 22
2
could we add an argument to suppress printing of levels for print.factor()?
...cat("Levels: ", paste(levels(x), collapse = " "), "\n") } ## ADDED invisible(x) } I've done this for my local work, but wondering if this is useful in general? best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------------- http://software.biostat.washington.edu/ ---------------- FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th:...
2002 Aug 09
2
error starting SJava: classpath
Dear R experts, Sorry, I am resending this, since I have not received this mail myself for the past 5 hours. I saw a similar question dated July 2. But there is no answer to it. Does anybody have a solution to it? I am using window NT, and the R version is 1.5.1, the SJava package is the binary version SJavaWin_0.62-8.zip. Here are the error message: > library(SJava) > .JavaInit()
2002 Jun 30
4
modifying a vector
Hello everyone, Thanks to all who offered suggestions after my initial query to the list. I've been busy trying to absorb the docs as fast as possible, but this little thing has me stumped for the moment. I'm creating a random sample of 100 item and saving it to a vector named 'iq'. I'd like to create a second vector (iq_prime, say) by adding 20 to each element of the
2002 Jun 30
4
modifying a vector
Hello everyone, Thanks to all who offered suggestions after my initial query to the list. I've been busy trying to absorb the docs as fast as possible, but this little thing has me stumped for the moment. I'm creating a random sample of 100 item and saving it to a vector named 'iq'. I'd like to create a second vector (iq_prime, say) by adding 20 to each element of the
2000 Oct 17
3
"wizard" for building R-packages...
...: - script-up the Description - provide a script for regenerating INDEX by calling out to the shell - provide a dummy/sample package-name/R/zzz.R file with a .First.lib() - ?? thoughts? (Sometimes, spending serious time with JDE suggests definite improvements...) best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics BlindGlobe Networks (home/default) rossini@blindglobe.net UW Biostat/Center for AIDS Research rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org FHCRC: M/Tu: 206-667-7025 (fax=4812) | Voicemail is pretty sketchy CFAR: W/F: 206-731-3647...
2002 Apr 08
4
Missing data and Imputation
Hi Folks, I'm currently looking at missing data/imputation methods (including multiple imputation). S-Plus has a "missing data library". What similar resources are available within R? Or does one roll one's own? Best wishes to all, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk>
2000 Nov 02
2
RSPerl...
...ar). While I know how to transfer data as arrays, and the docs suggest I can transfer tables, and that's fine, I'm wondering how to transfer and contort objects, and if the above might be a reasonable general sketch, or if there might be another approach? best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics BlindGlobe Networks (home/default) rossini@blindglobe.net UW Biostat/Center for AIDS Research rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org FHCRC: M/Tu: 206-667-7025 (fax=4812) | Voicemail is pretty sketchy CFAR: W/F: 206-731-3647...
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members, I've had helpful feedback from a number of people, several of whom experienced some problems getting my XEmacs/ESS configuration files for Windows to work properly. I will, of course, make changes based on this feedback, but the following information may be of use in the interim: (1) It's clear that my instructions and installation procedure were insufficiently
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members, I've had helpful feedback from a number of people, several of whom experienced some problems getting my XEmacs/ESS configuration files for Windows to work properly. I will, of course, make changes based on this feedback, but the following information may be of use in the interim: (1) It's clear that my instructions and installation procedure were insufficiently
2002 Jan 23
4
driving R from Python (calldll?)
Sam Rushing's Python extension 'calldll' will supposedly give me access to any DLL, and presumably R.DLL in particular, from Python. I have no experience manipulating DLLs as yet. I am learning Python. I can't find any simple step-by-step instructions on how to get done what I want to do. Does anyone have experience with this? Is there a better way? Of course, one can use
2000 Nov 10
1
Executing an R function from Java.
Is anyone aware of a mechanism by which I could execute an R function from within java (say a servlet). thanks Richard Piper -- Intensive Care Unit, RNS Hospital, Sydney. Phone: 612-9926-8656 or 8617 FAX: 612-9439-8418 Page: 612-9962-4936 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2000 Nov 13
1
Python and R
I've been doing some prototype simulations in Python, and my plan at first was to pass the results off to R, but now I would like to make more of an integrated use of the R routines. I'm curious about the use of libR.so, but I'm uncertain, still after having looked through the documentation 'Embedding R in Other Applications' and 'Writing R extensions' how I can
2001 Mar 07
1
XEmacs on Windows
> Linux (?) Windows(?) I mean in the Windows environment. > I'm using under linux and the same installation worked for both, emacs and > xemacs. > P.J. I am trying to use on ESS win XEmacs on Windows, but I don't know how to tell XEmacs that use the ESS, I don't found the .emacs file and the system don't let me create such a file. Thank you for your help. Kenneth
2001 Apr 02
0
PICT files...
...there (EPS to PICT, but vectorized PICT for an investigator to use), does anyone have suggestions? I've found EPStoPICT (www.artage.com), any other thoughts? (these are real Mac people, so while I could go the WMF route, it's about as palatable as EPS). best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics UW Biostat/Center for AIDS Research rossini at u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini at scharp.org -------- (friday is unknown) -------- FHCRC: M--W : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy CFAR: ?? : 206-731-3647 (fax=3694)|Emai...
2001 Apr 24
0
Mac and Excel
...#39;t going away (anyone see the article of the titanium G4 powerbook that set off a bomb scare at US airport :-)? (note - I _DO_ know how to do it; it's trivial for me, at least, using windows and/or unix, it's the Mac-centric solution that I'd like) best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics UW Biostat/Center for AIDS Research rossini at u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini at scharp.org -------- (friday is unknown) -------- FHCRC: M--W : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy CFAR: ?? : 206-731-3647 (fax=3694)|Emai...