search for: upci

Displaying 17 results from an estimated 17 matches for "upci".

Did you mean: pci
2008 Jan 14
1
a way to interrupt a stuck R session on OSX
...rsity of Pittsburgh Departments of Biomedical Informatics and Biostatistics University of Pittsburgh Cancer Institute University of Pittsburgh Molecular Medicine Institute ************************** Room 310, Suite 301 Cancer Pavilion (CNPAV) 5150 Centre Ave. Pittsburgh, PA 15232 e-mail: day@upci.pitt.edu cell phone 412-609-3918 assistant: Lucy Cafeo: (412) 623-2952 *************************** [[alternative HTML version deleted]]
2008 Jan 14
1
savehistory in OSX version
...rsity of Pittsburgh Departments of Biomedical Informatics and Biostatistics University of Pittsburgh Cancer Institute University of Pittsburgh Molecular Medicine Institute ************************** Room 310, Suite 301 Cancer Pavilion (CNPAV) 5150 Centre Ave. Pittsburgh, PA 15232 e-mail: day@upci.pitt.edu cell phone 412-609-3918 assistant: Lucy Cafeo: (412) 623-2952 *************************** [[alternative HTML version deleted]]
2002 Apr 25
4
sum() with na.rm=TRUE, again
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 second row: > ss<- data.frame(x=c(1,NA,3,4),y=c(2,NA,4,NA)) > ss x y 1 1 2 2 NA NA 3 3 4 4 4 NA > apply(ss,1,sum,na.rm=TRUE) 1 2 3 4 3 0 7 4 I am rather alarmed by that zero, because
2003 Feb 16
1
Rgui crash and Macro Magic
...of Biostatistics University of Pittsburgh Cancer Institute University of Pittsburgh Center for Biomedical Informatics Affiliated Faculty !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!SUITE 325 STERLING PLAZA !!!!!!!201 N. CRAIG STREET !!!!!!!PITTSBURGH, PA 15213 !!!!!!!e-mail: day@upci.pitt.edu !!!!!!!MY PHONE # 412-383-1573 !!!!!!!GENERAL PHONE # 412-383-1537 !!!!!!!FAX # 412-383-1535 [[alternate HTML version deleted]]
2002 Aug 14
2
Smoothing estimated probabilities
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 was another method available in some other package, perhaps with an automatic choice of smoothing parameter. Does anyone know of one? Thanks in advance. Tom Richards
2002 Aug 26
3
Random unit vectors in R^{n}
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 http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Sep 10
2
loading Sjava
.../SJava/ . I'll appreciate all help. Roger Day, ScD University of Pittsburgh Department of Biostatistics University of Pittsburgh Center for Biomedical Informatics University of Pittsburgh Cancer Institute Suite 325 Sterling Plaza 201 N. Craig Street Pittsburgh, PA 15213 E-Mail: day@upci.pitt.edu Phone # 412-383-1573 Fax # 412-383-1535 [[alternative HTML version deleted]]
2002 Sep 30
3
R installation on Linux
Dear, I'm new to both Linux and R. I've to build R from source code and typed in the R-1.5.1 directory ./configure the configuration starts but after a few lines the following error occurs: checking for C compiler default output... configure: error: C compiler cannot create executables what should i do? Kind Regards, Steffen Durinck
2002 Dec 19
2
list to data.frame
R Help- I have a list of 102 vectors all of the same type and length called time.by.orig. I can't data.frame(time.by.orig) but I can data.frame(time.by.orig[1:length(time.by.orig)]). Why is this? Thanks for your help. str(time.by.orig) List of 102 $ 1 : num [1:102] 1.34 17.39 14.36 14.22 7.56 ... $ 2 : num [1:102] 17.5 0.7 17.7 12.4 10.4 ... $ 3 : num [1:102] 14.063 17.568
2001 Aug 02
1
mtext and srt
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, > version _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 3.0
2002 Aug 10
1
R and gcc, yet again
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 into Rinternals.h and physically changed all declarations of functions returning SEXP's to __declspec(dllimport) SEXP but I still am getting repeated crashes of R. Do any windows users know what I am
2002 Aug 13
1
Rcmd SHLIB under NT
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 -k --as $(AS) to read DLLTOOL=C:/MINGW-1.1/bin/dlltool -k --as $(AS) But now I get: C:\rw1051\src\gnuwin32>Rcmd SHLIB sann.c make: make: Command not found make: *** [libR] Error 127
2002 Jul 25
1
Calling the correct one of 2 conflicting functions
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 function
2001 Oct 15
1
gcc and Windows 2000
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 received a new machine at
2001 Nov 28
1
Help with ICC
Hello, R-folks: Here is a statement I use to make a data frame: iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10), x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000, 0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000, 0.57000,4.03000,3.77000)) Then here are the data: > iccdata i j x 1 1 1 0.35011 2 1 2 0.11989 3 2 1 0.13081 4
2002 May 17
0
options()$warn==2 and try()
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
2002 Nov 04
2
Problem Installing RODBC under RedHat 7.3
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 the RODBC package.