search for: rossini

Displaying 20 results from an estimated 420 matches for "rossini".

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 :pserver:anoncvs@cvs.r-project.org:/home/rcvs/src login (Logging in to anoncvs@cvs.r-project.org) CVS password: anoncvs /home/rcvs/src: no s...
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
2000 Oct 17
3
"wizard" for building R-packages...
...ot; like to: - 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...
2000 Aug 28
2
smp in Linux
Hello, I checked mail list archives and this topic came up before in March '99 (about ability of R to multithread). At that time rossini at biostat.washington.edu (Tom Rossini) suggested to check his web page in a few month as it was on his list to-do. I checked but the web page is not valid. I wanted to know if in general progress has been made in the area, or if it is planned. I was also wondering if it is possible to use R from...
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
2000 Nov 02
2
RSPerl...
...ing into gear). 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...
2000 Dec 06
1
Changes in R 1.2.0 devel?
After installing nlme_3.1-7.tar.gz under the latest R (1.2.0, via anonymous CVS), I'm unable to get it to work, i.e.: rossini 94 > /usr/local/bin/R R : Copyright 2000, The R Development Core Team Version 1.2.0 Under development (unstable) (2000-12-06) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distr...
2002 Apr 22
2
could we add an argument to suppress printing of levels for print.factor()?
...ADDED 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 U...
2002 Jan 22
3
Help with Beta Distribution
First let me confess that I am a R-novice. I am trying to fit a beta distribution for a dataset using fitdistr(MASS). I am having difficulties with it because the function tends to fit a distribution with a range of 0 to 1 (I guess). However, my dataset is not! Anytips or tricks will be very much appreciated. Many Thanks. T. S. Ramanarayanan, Ph.D. Aventis CropScience Research Triangle Park,
2001 Nov 27
1
seek helppage. Possible clarification?
...and with a 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:...
2000 Dec 11
2
row.names, rownames; colnames, no col.names?
...mes, rownames; colnames, no col.names? I _NOW_ realize the difference between row.names and rownames, but is there any reason not to have col.names for re-naming columns in a data.frame? (if there is, I don't particular need to know it, but it might make a nice FAQ). 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...
2002 Apr 10
0
programmatic installation
Okay, so I've got a set of directories containing unpacked R packages (unpacked, since for various sensible reasons, I'm editing them in warped ways). Supposing that these are in: /home/rossini/Runpacked I thought I could do something like: install.packages("MyUnPackedRPackage", # top package name lib="/home/rossini/lib/R", # where I'd like to install destdir="/home/faculty/rossini/sandbox/madman/Rpacks") ## assuming...
2000 Sep 04
1
quitting iESS[R] (R in ESS)
...t handle R's "exit" well. Any thoughts as to the default? I'm thinking of something like: current: do what currently is done C-u Y C-c C-q : quit and save workspace C-u N C-c C-q : quit and don't save workspace. Comments? best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics BlindGlobe Networks (home/default) rossini@blindglobe.net UW Biostat/Center for AIDS Research rossini@biostat.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org CFAR: M/F: 206-731-3647 (fax=3694) | Email is far better than phone FHCRC:...
2000 Jan 27
2
nlminb replacement/solution?
What's the current best approach to dealing with the nlminb problem? Are there other similar constrained optimizers, or is current wisdom just to code it in C (or similar...)? best, -tony -- A.J. Rossini Research Assistant Professor of Biostatistics Biostatistics/Univ. of Washington (Th) Box 357232 206-543-1044 (3286=fax) Center for AIDS Research/HMC/UW (M/F) Box 359931 206-731-3647 (3693=fax) VTN/SCHARP/FHCRC (Tu/W) Box 358080 206-667-7025 (4812=fax) rossini@(biostat.washington...
2002 Jun 19
1
new version of print.factor
...collapse = " "), "\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:...
2004 May 28
2
orca binary?
Dear R People: Is there a binary version for rorca, please? Thanks, Laura mailto: lauraholt_983 at hotmail.com R Windows 1.9.0
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()
2000 Nov 01
1
Re: desiderata for data manipulation
> From: rossini@blindglobe.net (A.J. Rossini) > Date: 01 Nov 2000 07:47:21 -0800 [...] > Thanks for the pointer to stack/unstack -- now, having been reminded, > I think I'd seen these float through on the list (still doesn't solve > the missing modeling routines (parametric GLMMs, some of the...
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
...like " /* */ "? (I've got an application for which something like that would be useful; if not, there are less simple solutions). best, -tony "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05). A.J. Rossini blindglobe@gmail.com
2003 Aug 18
1
rterm not shutting down from ESS on Win32/could we help?
...st Statistics Shell Coordination Centre S.A. Monnet Centre International Laboratory, Avenue Jean Monnet 1, B-1348 Louvain-La-Neuve, Belgium Tel: +32 10 477 349 Fax: +32 10 477 219 Email: christian.ritter at shell.com Internet: http://www.shell.com/chemicals -----Original Message----- From: A.J. Rossini [mailto:rossini at blindglobe.net] Sent: Saturday, August 16, 2003 12:21 AM To: Jeff D. Hamann Cc: r-help at stat.math.ethz.ch Subject: Re: [R] rterm not shutting down from ESS on Win32 "Jeff D. Hamann" <jeff_hamann at hamanndonald.com> writes: > I've been having problems...