similar to: Win binaries

Displaying 20 results from an estimated 20000 matches similar to: "Win binaries"

2004 Sep 23
6
detection of outliers
Hi, this is both a statistical and a R question... what would the best way / test to detect an outlier value among a series of 10 to 30 values ? for instance if we have the following dataset: 10,11,12,15,20,22,25,30,500 I d like to have a way to identify the last data as an outlier (only one direction). One way would be to calculate abs(mean - median) and if elevated (to what extent ?) delete the
2009 Feb 26
2
left truncated data survival analysis package
Hello, I d like to run a survival analysis with "left truncated data". Could you recommend me a package to do this please ? Thanks Philippe Guardiola ________________________________________________________________________ Re?evez AOL Mail sur votre t?l?phone. Vos e-mails accessibles ? tout moment! Cr?ez un e-mail gratuit aujourd?hui.
2003 Oct 09
3
Source package installation for WinXPpro
Hi I d like to compile the source code from last Affy package for WinXPpro under R18beta however the doc is pretty poor regarding this process... I went to FAQ R Win then to http://www.stats.ox.ac.uk/pub/Rtools/ and downloaded in The essentials, tools and Perl 5.8.0, then MingW from www.mingw.org and I wonder if I need any other stuff from this page ? I m not sure but I dont think I need the
2003 Sep 30
2
in addition R1.8b install
this problem also occurred later in the installation process: C:\Program Files\R\rw1080beta\doc\manual\refman.pdf C:\Program Files\R\rw1080beta\library\mva\html\loadings.html C:\Program Files\R\rw1080beta\library\ctest\html\fisher.test.html C:\Program Files\R\rw1080beta\library\base\chtml\base.chm C:\Program Files\R\rw1080beta\afm\hvo____.afm An error occured while trying to copy a file: The
2007 Nov 10
2
from XPPro to Linux what distribution to use for R ?
Dear R users I m planning to move to Linux to use R (currently under Win XPPro on a 32bit PC with 4 Go RAM), I have 2 questions: - is there a recommended "version/distribution" of Linux to run?R and Bioconductor packages: Fedora ? Ubuntu ? Suse ? Debian ? - Regarding Fedora, I see that now it is version 8 available on the web, but on R website I can only see R Fedora 7 version (no F8);
2007 Dec 21
1
R appearance under linux
Dear R users, I have just moved to R2.6.1 under Opensuse linux 10.3. I used to work with R under XPpro. Is it "normal" to have a visual aspect of R under linux different ? I mean without a window with menus etc... What I do is just open a console window and type R then I just obtain a:?? >?? waiting for my input. No menu I can click to open for instance to go to the different
2003 Nov 14
2
installing the next version of R while in an older version
Hello - I am a fairly new user of R. I currently have R1.7 installed. I tried to install the KernSmooth package but a message tells me I need R1.8. Is there a way to update to R1.8 while in R1.7 in the same manner that I can use "update.packages", or do I have to install R1.8 in a separate directory and re-install the many packages I have already installed in R1.7? Thanks in advance for
2003 Oct 15
3
Design and Hmisc
I'm looking for design and hmisc version 2.0 for R 1.8 for windows. I've found design 2.0 in the downloads for R1.7 but not hmisc. I've also checked Dr. Harrell's site and it only goes to 1.6 for windows. Any thoughts? Shawn Way
2003 Jun 03
2
winMenuAdd misbehaving?
Microsoft Windows R users, I am operating Windows 2000 (build2195) with R1.7. It may be pertinent that I am using a dual head screen with the initial RGui filing the entire area of both screens. When starting R I use the .First() function to add menu items to the RGui interface using winMenuAdd() and winMenuAddItem(). The menus do not display until the RGui window is physically manipulated in
2003 May 06
4
Questons about R capabilities
Hello, 1) I am interested in performing a limited-dependent variable linear regression. By this I mean a classical linear regression, but for the case where the values of the dependent variable cannot vary from -infinity to +infinity, but are truncated and so are between two finite limits L1 and L2. Does R1.7 have this capability? If so what is (are) the relevant command(s)? 2) I am also
2005 Apr 06
1
makeActiveBinding warning
A while ago Luke Tierney remarked that the warning associated with 'makeActiveBinding'-- "saved workspaces with active bindings may not work properly when loaded into older versions of R"-- should probably be removed in R-devel. It's still cropping up *sporadically* with R-alpha of 3/4/2004, but not every time I call 'makeActiveBinding'. So, two questions: (i) is it
2003 Jul 01
1
Memory problem:Failing to increase dynamic memory
Hello, I am trying to use R1.7 on Linux. I having some problem with memory. The task has to handle 100 files of 10MB (each file is .CEL file) and is related to microarrays. I am trying to run this task on a 2GB or a 4 GB node of a Bewoulf Linux based cluster. However I am getting this error saying 'array size of 336000KB cannot be intialized'. I have seen the help of R for memory but I
2002 Jun 13
1
[2.PATCH]: Eliminate typo in bsd-misc.*
Hi, the following patch eliminates a typo in bsd-misc.* which disallows building for Cygwin. Corinna Index: openbsd-compat/bsd-misc.c =================================================================== RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-misc.c,v retrieving revision 1.7 diff -u -p -r1.7 bsd-misc.c --- openbsd-compat/bsd-misc.c 12 Jun 2002 16:57:15 -0000 1.7 +++
2004 Nov 11
1
"<<-" assignment no long work in class methods
Hi- I used to use "<<-" to do assignment inside a class method, and just found that now it is broken in R 2.0. For example, the following code ----------------------------------------------------------------------- setClass( "myclass", representation(x="numeric") ) setGeneric("incrXByOne", function(obj) standardGeneric("incrXByOne"))
2003 Oct 06
1
Re: Use of the Foreign package to import Stata files
Long ago (Sat, 2 Nov 2002), Bill Hart <w.hart at sbcglobal.net> wrote: > An R newbie here. I am using R 1.6 currently and have > (successfully, I think) installed the Foreign package. > Tried to import a data file created with Stata 7.0 > SE. Had minor problems with syntax then R decided > that my file was not really a Stata file. It rejected > the file saying
2009 Aug 27
1
[patch] ssh-copy-id: improve error reporting with -i and documentation
The "ssh-copy-id" program requires that the argument to -i end in .pub, by appending that extension itself if it is missing. But if the file with .pub appended does not exist, ssh-copy-id reports the misleading message "ERROR: No identities found". This patch improves the error message by mentioning the name of the actual file that does not exist. Also, document that the
2003 Oct 29
1
R installation problems on Windows XP (PR#4842)
Full_Name: Yongchao Ge Version: 1.8 OS: Windows XP profesional Submission from: (NULL) (146.203.2.152) The R installation is fine on Windows XP, but when I started to open the R program, then it pops out this message: "R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience....." The error signature is: AppName: rgui.exe AppVer:
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look for any suggestion in the manuals, find nothing related? library(Sjava) Error in firstlib(which.lib.loc, package) : JAVA_HOME is not set Error in library(Sjava) : .First.lib failed ...what i have to done? many thanks & regards,christian
2003 Jun 06
2
Query about C Function Interface
Sir/Madam, I am a graduate student in Petroleum Engineering. I have a problem in using R and hope that you could help in solving that. I have a code in C, which displays orthogonal arrays when I give number of rows and number of columns to it. I have another code in R that calls this C code. I am very new to R. I downloaded the R and loaded packages base and mva. I also kept my C code .exe
2003 Mar 11
2
about the "mini-distribution" (R for Win )
Dear all, I've just downloaded the miniR.exe, miniR-1.bin,....,miniR-8.bin in order to update R to 1.6.2 (I cannot download the file of 19Mb !). The installation seems to have worked fine, but I can't find in the /bin dir several files that were, for instance, in the /bin directory in the version 1.5.1 In particular the file Rcmd.exe is missing, therefore I cannot run R in BATCH mode (I