Displaying 20 results from an estimated 6000 matches similar to: "R-beta: questions from a beginner"
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 :
1997 Nov 22
3
R-beta: help ((message first bounced because of subject -- your admin.))
The help file provided within the rsept.zip is somewhat outdated
compared to the one available on http://www.stat.math.ethz.ch/R/manual/;
would it be possible to update the file for a more easy download instead
of having either to download individually or going online ?
Troels
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---
r-help mailing list -- Read
2001 May 03
0
R and Ox
Hi David, I hope all is well w/ you. Co-operation beetwen R and
Ox would be most welcome. A possible problem lies in the fact that,
although free for academic use, Ox is not open source. I too have
been using Ox for computer-intensive programming. I also code some
of my programs in C, but I always try Ox first, and in most cases
it is efficient enough. For details, see
1997 Nov 27
0
R-beta: [?] two questions on R for Windows
> From r-help-owner at stat.math.ethz.ch Thu Nov 27 17:29 NZD 1997
> From: "Francisco Cribari" <cribari at siu.edu>
> To: r-help <r-help at stat.math.ethz.ch>
> Date: Wed, 26 Nov 1997 22:23:57 +0000
> MIME-Version: 1.0
> Content-transfer-encoding: 7BIT
> Subject: R-beta: [?] two questions on R for Windows
>
>
> Two question on R for Windows
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
2001 Apr 07
0
Ox (was: Using Gauss with R)
I'll be even more tangent. Those interested in Ox, see
http://www.de.ufpe.br/~cribari/ox.pdf
Cheers, Francisco.
Date: Fri, 6 Apr 2001 09:34:19 +0100 (BST)
From: Bill Simpson <wsi at gcal.ac.uk>
Subject: Re: [R] Using Gauss with R
This is a tangent to your question.
The economist Jurgen Doornik has written a language called Ox:
http://www.nuff.ox.ac.uk/Users/Doornik/doc/ox/ox.htm
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
2001 May 16
1
stl in library(ts)
I am running R 1.2.2 under Linux. When using the function stl in
the ts library, how can I save the seasonal component? What I
would like was something like:
library(ts)
data(nottem)
data.stl <- stl(nottem, "per")
x <- data.stl$sea
This what I get:
> x
NULL
I would, however, like to store in x the seasonal component.
Thanks in advance. Francisco.
--
Francisco
2003 Jan 15
1
Tobit regression
Does anyone have an R function for the estimation of Tobit regression
models (for censored responses), as described, e.g., in Davidson, R.
and MacKinnon, J.G., 1993, Section 15.7, Estimation and Inference in
Econometrics, Oxford University Press?
Thanks. FC.
--
Francisco Cribari-Neto voice: +55-81-32718420
Departamento de Estatistica fax: +55-81-32747425
Universidade
2002 Jun 26
0
GRETL (GUI's for teaching)
A nice free software with a GUI-interface (which can be linked to
R, BTW) is GRETL: http://gretl.sourceforge.net/ . Some people
may find it useful for basic stuff. Regards, Francisco.
--
Francisco Cribari-Neto voice: +55-81-32718420
Departamento de Estatistica fax: +55-81-32718422
Universidade Federal de Pernambuco e-mail: cribari at de.ufpe.br
Recife/PE, 50740-540,
2001 Mar 07
1
[?] update.packages() - Linux
I am running R 1.2.1 under Mandrake Linux 7.2 (installed from RPM)
and I installed a few packages using install.packages() . Now, I
am trying to upgrade these packages using update.packages() but I
believe I am running into some kind of error. See below. Any tips
will be greatly welcome. Thanks in advance. Francisco
PS: update.packages() only tries to update wle from version 0.3
to 0.4, gives
2006 Apr 17
1
using betareg: problems with anova and predict
Dear R-helpers:
We have had fun using betareg to fit models with proportions as
dependent variables.
However, in the analysis of these models we found some wrinkles and
don't know where is the best place to start looking for a fix.
The problems we see (so far) are that
1. predict ignores newdata
2. anova does not work
Here is the small working example:
----------------------------
x
1998 Nov 07
1
simple questions about R (fwd)
OK, I am forwarding this to the r-help. In the original message
I simply hit reply and I thought I send to ALL r-help list. (apparent not)
also I recieved another piece of mail.....about the RNG in
Splus 4.0 or later indicating it was modified and getting worse.
I only have Splus 3.4 for HP. So I cannot try it.
This makes the idea of using the
pre-generated RN on CDROM more appealing..
Mai
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 (
>>
2002 Dec 12
1
(fwd from phsan@cs.siu.edu) Compiling error
----- Forwarded message from Yihua Philip Sheng <phsan@cs.siu.edu> -----
From: "Yihua Philip Sheng" <phsan@cs.siu.edu>
Subject: Compiling error
Date: Thu, 12 Dec 2002 11:49:45 -0600
To: <samba-binaries-admin@lists.samba.org>
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2
When I tried to compile the
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