Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

30 results for “from:Richards, Tom”

Random unit vectors in R^{n}
Richards, Tom · Aug 26, 2002 · r-help

Hello: Can you tell me if there's a simple way to generate in R random vectors on the unit sphere in R^{n}? Additionally, are there references for this question? Thanks in advance. Tom -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...

mvdnorm???
Richards, Tom · Apr 28, 2000 · r-help

Hello: There is a function in the MASS library called mvrnorm(), and I wonder whether R has a corresponding function mvdnorm? I don't think it would be that tough to write, but has anyone done it yet? Thanks in...

Smoothing estimated probabilities
Richards, Tom · Aug 14, 2002 · r-help

Hello: I have been using sm.binomial() in the Bowman and Azzalini's sm package to smooth and plot estimated probabilities as a function of a covariate. I am concerned about my choice of bandwidth, and I was hoping there...

Estimating Survival function in coxph
Richards, Tom · Oct 25, 2000 · r-help

Hello: Assuming that I have used the coxph function to fit a Cox model with several covariates, is there a natural way to estimate a value of the survivorship function at, say, five years, S(5), along with a confidence...

order() and na.last
Richards, Tom · Mar 23, 2001 · r-help

Hello: I'm not sure what is going on in these two statements. the first seems to be right, but the second is a problem: > order(c(3,2,4,NA),na.last=TRUE) [1] 2 1 3 4 > order...

R and gcc, yet again
Richards, Tom · Aug 10, 2002 · r-help

Hello: I have not compiled C code for R since around version 1.1.0, and i see that I am really missing something here. I am using widoes and mingw32 port of gcc. Now, as usual I have gone...

RdConv.bat under NT 4.0
Richards, Tom · May 18, 2000 · r-help

Hello: I have just used prompt() in R1.0.1, NT4.0, to make a file called myfun.Rd, in my %R_HOME%\bin subdirectory, then tried converting the .rd file to HTML using the Rdconv.bat, as follows: Rdconv...

gcc version
Richards, Tom · Apr 27, 2001 · r-help

Hello: Thus far I have only used R under NT 4.0, but recently at work we have acquired a new Solaris machine, on which R has just been installed. I was told a while ago by Professor Ripley on...

mtext and srt
Richards, Tom · Aug 2, 2001 · r-help

Hello: I am trying to get some text at an angle in the margins of a plot. I was accustomed under older versions of Splus to using srt in the mtext command, but that seems not to work under R...

Modelling Question
Richards, Tom · Dec 18, 2000 · r-help

Hello: I want to fit a model to count data where many counts are zero. I would like to posit that the baseline value of an immunologic marker impacts whether or not a patient experiences any events at all, and...

Calling the correct one of 2 conflicting functions
Richards, Tom · Jul 25, 2002 · r-help

Hello, My specific system is > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R Each of the hmisc and stepfun packages has a...

Rcmd SHLIB under NT
Richards, Tom · Aug 13, 2002 · r-help

Hello: I'm trying to use Rcmd SHLIB to compile a single file, sann.c, to get sann.dll. I was able to get make libR.a to work, after going into MkRules and changing the line DLLTOOL=$(BINPREF)dlltool...

Problem Installing RODBC under RedHat 7.3
Richards, Tom · Nov 4, 2002 · r-help

Hello: Using Redhat 7.3 and > version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.1 year 2002 month 11 day 01 language R I am trying to install...

sum() with na.rm=TRUE, again
Richards, Tom · Apr 25, 2002 · r-help

Hi: I remember a post several days ago by Jon Baron, concerning the behavior of sum() when one sets na.rm=TRUE: the result will be a zero sum for a vector of all NA's, as here, for the...

gcc and Windows 2000
Richards, Tom · Oct 15, 2001 · r-help

Hello: After using R, > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.1 year 2001 month 08 day 31 language R on NT 4.0 for some time, I have now...

Looking for protect()
Richards, Tom · Jun 26, 2000 · r-help

Hello: This is a simple, I hope, question about the first example in section 3.6.4 of the manual, "Writing R extensions." I'm using R 1.1.0, and below I list some easy code that I got...

options()$warn==2 and try()
Richards, Tom · May 17, 2002 · r-help

Dear R-help folks: Here is my platform: > version platform sparc-sun-solaris2.7 arch sparc os solaris2.7 system sparc, solaris2.7 status major 1 minor 5.0 year 2002 month 04 day 29 language R I have a...

R installation on Linux
Richards, Tom · Oct 1, 2002 · r-help

Here is a related question on the same topic: I have recently installed R 1.5.1, with rpm, under Redhat 7.3. Things were going great, until I tried to install the package subselect, which said it needs BLAS...

R installation on Linux
Richards, Tom · Oct 1, 2002 · r-help

You only need to get the blas and lapack rpm's and install them. Then all works perfectly well with installing subselect. > -----Original Message----- > From: Richards, Tom [mailto:richards at biounix3.upci.pitt.edu] > Sent: Tuesday, October 01, 2002 12...

dyn.load() and dyn.unload() under Windows
Richards, Tom · Feb 20, 2001 · r-help

Hello: I am having some difficulty with a DLL, using > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 2.1 year 2001 month 01 day 15 language R I have a library...

Can't find what you're looking for? Try searching with Google .