search for: oddies

Displaying 15 results from an estimated 15 matches for "oddies".

Did you mean: oddiel
2002 May 29
3
inverse gaussian random numbers
Dear R-people Does someone have a routine to ngenerate inverse-gaussian random numbers. I am thinking of something similar to rinvgauss, pinvgauss etc. in S-plus. best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration
2000 Apr 17
1
source-parse difference in 0.9 and 1.0
In version 0.9 I ran a command file of 489 lines with source(" ") In version 1.0 I do the same and get Error in parse(file, n, text, prompt) : unable to open file for parsing This has something to do with the length of the command file. If I paste the individual lines into R it is OK, if I only use few lines of the code is is OK as well. The problem is affected by
2023 May 24
1
SFTP support for subsecond times
...ly the view has been if you want NFS-like filesystem over SSH write a dedicated subsystem.? The OpenSSH project stopped following the sftp spec when it tried to "be-everyting-to-everyone" protocol instead of a clean and simple ftp/scp replacement.? As filesystem sharing protocols have oddies between platforms that add a lot of complexity and are unsuited for the original sftp purpose. I suspect this view point still hasn't changed since I officially left the project. - Ben Hans Petter Jansson wrote on 5/23/23 3:28 PM: > On Wed, 2023-05-10 at 10:36 +0200, Antonio Larrosa wro...
2003 Feb 05
2
big ps-files
To R-users I have been using R for many years and I am very happy with it. One thing puzzles me. Graphic postscript files tend to become quite big, much bigger than corresponding splus postscript files. Does anybody have a hint to avoid this? best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland
2010 Feb 15
1
Predicted points in splines
I have a data set (date, concentration) were i applied the spline interpolation. I would like to use, though, the Spline () command in order to get the predicted values that correspond not only to points used but also to the points inbetween. Is there a way to set the time step for which i will get the Y value? Thanks in advance, Oddie -- View this message in context:
2005 Sep 08
2
Transfer calls from cellphone
Hello, Avaya has a nice feature that allows you to a) ring both a cellphone and a desktop phone at the same time b) transfer calls (and access other PBX features) from the cellphone that recieved the call, as long as the call is bridged through the PBX c) while talking on the cellphone, pick up the handset on your desktop phone and the call is automatically moved there, hanging up the cellphone
2001 Sep 11
3
64-bit programming
Has R been ported to 64-bit platforms? E.g. as in FORTRAN when you define double precision number as: REAL*16 I have heard that some SUN computers already offer 64-bit architecture but I am unsure about the GNU support for that hardware. I am seeking increased accuracy in floating point operations. regards Helgi -- Helgi Tomasson FAX: 354-552-6806
1998 May 01
0
R-beta: ps-graph in R and S confirmation
> > On Sat, 25 Apr 1998, Helgi Tomasson wrote: > > > I am creating postscript-graphics in R. When I import them into > > > a LATEX document it is impossible to get the caption close > > > to the figure. I run the same program in Splus, and no problem > > > of getting the caption just below the figure. Another thing, > > > the ps file that S
2000 Mar 24
1
does xaxt="n" work
To R-people I recently downloaded an rpm for suse-linux of R-1.0 for suse 6.3. There plot(tx,spax,type='l',ylim=range(ytx),ylab="",xlab="",xaxt="n",yaxt="n") does not seem to supress printing on the axis. The same statement seemed to work well in R-0.9 on a redhat 5.2 (compiled by myself). Has anyone had the same experience? regards Helgi
2001 Oct 31
0
isotonic regression
Dear R-users Do you know of an easy way in R of performing "isotonic (unimodal)" regression ala BBBB, Barlow, Bartolomew, Brenner and Brunk. best regards Helgi -- Helgi Tomasson FAX: 354-552-6806 University of Iceland PHONE:354-525-4571 Faculty of Economics and Business Administration email:helgito at
2010 Jan 08
1
uw-imap compatability hack?
Hi all Apologies if this question has already been asked before... I'm migrating from a uw-imap setup where the mail folders were in a subdir mail/ in the users' home directories. All of the clients are configured with 'IMAP server directory' set to mail/ (Thunderbird) and it would be difficult to change this on the clients (there are 1000s of them) I want to use maildir and I
1998 Apr 04
2
R-beta: standard-errors-glm
I have a small problem. I am running glm() in R-0.61.0 on Redhat 4.2. I want to get the standard errors from the output. If I do out <- glm(....) summary(out) I get the coefficients printed as well as their correlation matrix. If I do out$coefficients I get the coefficients out$fitted gives me the fitted values I can then assign the fitted values or the value of the estimated
1998 Jan 08
1
R-beta: Re: redhat-install (fwd)
I am trying to install a redhat binary. When I do rpm -i name-of-rpm file I get R-061 needs @PERL@ and R-061 needs /usr/bin/perl, /bin/perl /sh and /bin/sh What is @PERL@? I have perl installed in /usr/bin. If I run control-panel I get "missing" in the problem column. Does anyone know what the problem is? HT -- Helgi Tomasson FAX:
2000 Jun 21
3
x11 support missing
I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 (loaded) . On redhad I got x11 support yes on suse I got x11support no. I cannot figure out the difference ./configure gives in both cases Source directory: . Installation directory: /usr/local C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 FORTRAN compiler: g77 -g -O2 X11
1998 Apr 25
1
R-beta: postscript in R and R
I am creating postscript-graphics in R. When I import them into a LATEX document it is impossible to get the caption close to the figure. I run the same program in Splus, and no problem of getting the caption just below the figure. Another thing, the ps file that S created is only 10% of the size of the file that R created. What is wrong? Are there some parameters to be set? Helgi