Displaying 20 results from an estimated 5000 matches similar to: "R-beta: help ((message first bounced because of subject -- your admin.))"
1998 Jan 28
1
R-beta: executable problem
I downloaded the rseptbeta.zip and exe.zip files for Windows (I'm
running Win 95 4.00.950a) about three weeks ago and until now had
been very impressed.
Today the executable rsept.exe (dated 10/29/97) went strange. It would
open a window and immediately close the window (I've seen this
before when inadvertently trying to open certain non-windows
applications within windows). Here is
1998 Jan 20
1
R-beta: questions and comments
Let me first tell you that you and your cohorts are
doing a great service to the statistical community
with R. I have been working with Rseptbeta under
Win95 and I am very impressed with its capabilities.
I thought I give you some feedback gained from
my limited playing with R.
Fritz Scholz
fritz.scholz at boeing.com
=============================================================
When
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1997 Dec 02
2
R-beta: wish: hist() returning breaks and counts
Hi,
would it be possible to change the hist() function in future R Versions to
accept a "plot=F" parameter (like hist() in S it should return a list with
"breaks" and "counts" in this case). This change should be very simple.
Albrecht
-------------------------------------------------------------------------------
Albrecht Gebhardt email :
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1997 Nov 20
0
R-beta: questions from a beginner
I am new to R and I was wondering if I could ask a few questions.
(I am running R on a Windows NT box.)
1. Is the random number generator in R the same as the one in S
"Super-Duper")?
2. Is it possible to use dyn.load in the Windows version?
3. When is the next release of R coming out?
Thanks a lot. Best,
Francisco
--
2000 Sep 22
3
[?] RPM install problems (Linux)
When I try to install the R RPM under Mandrake Linux 7.1 (intel),
I get the following error:
[root at edgeworth programs]# rpm -ivh R-base-1.1.1-1.i386.rpm
error: failed dependencies:
libreadline.so.3 is needed by R-base-1.1.1-1
[root at edgeworth programs]#
I do have realine installed:
[root at edgeworth programs]# rpm -qa | grep readline
readline-4.1-4mdk
and
2012 Jun 28
3
[LLVMdev] Another LLVM JIT extension to Python
Dear LLVM,
I am a young developer who have just uploaded my first opensource
project based on LLVM. I would like to know what professionals think of
my project.
I have started a JIT extension to Python called Pymothoa (
http://code.google.com/p/pymothoa/). Unlike other similar projects, I
did not modify the interpreter. Pymothoa uses Python decorators to mark
function for JIT compiling. It
1999 May 13
2
R under Red Hat Linux 6.0
I have just upgraded from Red Hat Linux 5.2 to version 6.0 (with
GNOME) on an intel box. I have also upgraded to the latest R version
(0.64.1-2 rpm) and have also installed the corresponding GNOME rpm.
However, I am not able to start R:
[cribari at edgeworth install]$ R
/usr/lib/R/bin/R.binary: error in loading shared libraries:
/usr/lib/R/bin/R.binary: undefined symbol: __setfpucw
[cribari at
1998 Jan 01
1
R-beta: R on NT
I'm having trouble with R on NT.
Sept 1 97 version 50 in file rsept works fine, except I can't boost
the memory - either with the menu or with DOS command Rsept -v50
In fact, if I run in DOS command mode (no shortcut) I get NT error
window: errno 1411. But then R runs.
With rseptbeta and rsept31 versions, R starts for a millisecond and then
disappears. I've tried replacing the
1999 Jan 30
3
installing R under RH Linux 5.2
I am trying to install R under Red Hat Linux 5.2, but the
following error happens:
[root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed
dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1
I must be missing something very simple. I would appreciate
any guidance. Thanks. FC.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2012 Jun 29
0
[LLVMdev] Another LLVM JIT extension to Python
On 06/29/2012 01:06 AM, Siu Kwan Lam wrote:
> Dear LLVM,
>
> I am a young developer who have just uploaded my first opensource
> project based on LLVM. I would like to know what professionals think of
> my project.
>
> I have started a JIT extension to Python called Pymothoa (
> http://code.google.com/p/pymothoa/). Unlike other similar projects, I
> did not modify the
2012 Jun 29
1
[LLVMdev] Another LLVM JIT extension to Python
On 06/29/2012 02:47 AM, Tobias Grosser wrote:
> On 06/29/2012 01:06 AM, Siu Kwan Lam wrote:
>> Dear LLVM,
>>
>> I am a young developer who have just uploaded my first opensource
>> project based on LLVM. I would like to know what professionals think of
>> my project.
>>
>> I have started a JIT extension to Python called Pymothoa (
>>
2016 Dec 26
1
Multiple simplifycfg pass make some loop significantly slower
Hi all,
I am noticing a significant degradation in execution performance in loops
with just one backedge than loops with two backedges. Unifying the
backedges into one will also cause the slowdown.
To replicate this problem, I used the C code in
https://gist.github.com/sklam/11f11a410258ca191e6f263262a4ea65 and checked
against clang-3.8 and clang-4.0 nightly. Depending on where I put the
2006 Jul 27
3
bug with rpois (PR#9106)
The R poisson random generator rpois appears to have a bug for
theta 10 or larger. The sample mean of the pseudo variates is too
small: sample mean approx theta - 0.5.
I use Version 1.1.1 (August 15, 2000) Of R on a Dell OptiPlex computer
with the
Windows XP Professional operating system.
Has this bug been fixed in later versions?
(I found another reported rpois bug, but it appears to be
1997 Oct 29
4
R-beta: new executable
I have just put up a new executable as a replacement for the one in
rseptbeta.zip
there have only been a few changes; mostly to the menu's. I am about
to start on a major overhaul including getting survival to work and
grabbing the 0.60 version once it's stable.
Please let me know about other enhancements you want....
robert
1997 Oct 29
4
R-beta: new executable
I have just put up a new executable as a replacement for the one in
rseptbeta.zip
there have only been a few changes; mostly to the menu's. I am about
to start on a major overhaul including getting survival to work and
grabbing the 0.60 version once it's stable.
Please let me know about other enhancements you want....
robert
1999 Jan 13
3
problem w/ lm() ?
Any thoughts on the following? Am I missing something? [I am running R
for Windows 0.63.1 on a Win NT 4.0 (workstation, sevice pack #4) box.]
Thanks. FC.
R : Copyright 1998, The R Development Core Team
Version 0.63.1 Beta (Dec 5, 1998)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or
1999 Jun 08
1
inverse.gaussian, nbinom
Two questions:
1. inverse.gaussian is up there as one of the glm families, but do
people ever use it? There is no inverse.gaussian in the R
distribution family, and when I checked McCullagh & Nelder, it only
appeared twice in the book (according to subject index), once in the
table on p. 30 and once on p. 38 in a passing sentence. Is there a
good reference on this distribution?
2. When I