Displaying 20 results from an estimated 11000 matches similar to: "R-beta: Re: S Compatibility"
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept) (fwd)
There needs to be more recognition in the academic community of the
importance of contributions to widely used software. While many
organizations are encouraging software development if it generates
revenue, it is harder to measure the value of software that you
give away. It is often hard to measure the number of users, so unless
they mention you in citations, there is little hard evidence to
1998 Jun 04
0
"as.numeric" / "As.numeric" [was "R-beta: bugs and problems"]
Ross Ihaka <ihaka at stat.auckland.ac.nz> wrote:
> Martin Maechler writes:
[ snip ]
> > I've seen
> > As.numeric <- function(x) { storage.mode(x) <- "numeric"; x }
> > solving the above problem.
> >
> > What do you (R-help readers !) think?
>
> I like the idea, but maybe not the name so much (too much scope for
>
1997 Apr 29
1
S Compatibility (Was: Re: R-beta: 'all.names' function -- failing as.list( _function_ ))
Peter Dalgaard writes:
> Ross Ihaka <ihaka at stat.auckland.ac.nz> writes:
> > Many of the incompatibilities result from us not being familiar with
> > some of the inner mysteries of S - these are generally pretty easy to
> > fix. Some incompatibilities however result from the fact that R
> > started life as a kind of Lisp interpreter. These can be quite a bit
1997 Apr 30
1
R-beta: Re: S Compatibility
Z. Todd Taylor writes:
> I have a question/comment on this topic. If I understand what
> I've read, R's lexical scoping rules are what require that all
> of R's data be held in memory (as opposed to S's method of
> storing each object on disk and reading it as often as
> necessary).
> My question is whether there will ever be a way around having to
> store
1997 Apr 30
1
R-beta: Re: S Compatibility
Z. Todd Taylor writes:
> I have a question/comment on this topic. If I understand what
> I've read, R's lexical scoping rules are what require that all
> of R's data be held in memory (as opposed to S's method of
> storing each object on disk and reading it as often as
> necessary).
> My question is whether there will ever be a way around having to
> store
1998 Jun 03
1
R-beta: Re: "as.numeric" `mode' and `cast' should be kept separate.
Bill Venables <wvenable at attunga.stats.adelaide.edu.au> wrote:
[ snip ]
> I don't say this will appeal to everyone straight away, but I
> would even favour using a binary operator syntax for the
> assignment function form of the above replacement function, for
> example
>
> "%cast.as%" <- function(x, form) {
> storage.mode(x) <-
2001 May 14
0
followup: lookup function for density(...) objects
Thanks to Ross Ihaka and Bob Wheeler for responding to my earlier question. I
looked into the Johnson system functions in SuppDists package. For now, I want
to stick with the density(...) estimator, and so still need the variate lookup
function.
As per Ross' suggestion, I just did a numerical integration on the density
object and used approxfun/splinefun to "lookup" the variate
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept)
John Logsdon <j.logsdon at lancaster.ac.uk> wrote:
> This is a problem that has been bothering me for some time. At the
> moment, I use RedHat Linux, Octave, occasionally R and other FSF/GPL
> products. They are generally better, at least in their fundamental
> design, than the commercial versions but there is no clear mechanism to
> ensure their continued development.
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
Hi,
I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the
advice in previous R-help threads and got over the hurdles of having the
header files in the right places, among other things. But I can't
figure out what to do with this error.
ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini
SPSoftwareDataType
Software: System Software Overview:
1999 Mar 05
0
lm-residuals and NA {was Can't understand error message :-{}
Martin Maechler <maechler at stat.math.ethz.ch> wrote:
> Werner Stahel (in our stat group) has been using hacked versions of lm
> and some hacked lm methods which exactly address this,
> i.e. they follow the "b)" approach; however I think that it's still a
> hack that only works in some (most used) cases.
> One would have to change quite a few lm/glm/...
2002 Jan 31
1
Example scripts for trellis graphs
How can I access examples of trellis graphs in R? I'm especially
interested in getting code for xyplot() examples.
Failing a collection of examples in R, I see that
under Splus there are numerous example.*() functions. I can
access Splus with a command line but can't open a graphics window,
so I can't to execute the example.*() functions. Is there a way
I could get the associated
2007 Mar 08
1
sink with R-code
I have the same question that Eusebio had:
Is there a function similar to "sink" that redirect also R code to a
file that
is:
sink("R001")
x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1)
A <- matrix(x, ncol=3)
A
A.prima <- t(A)
A.prima
dim(A)
dim(A.prima)
sink()
create a file "R001" with contents:
------------------------------------------
[,1] [,2] [,3]
[1,]
2001 May 11
1
Managing R objects with 'make'
I frequently use Makefiles to manage routine data manipulations
and repeated analyses where the "raw" data tend to change
with time. With S/Splus, this has worked quite naturally, as
long as I'm careful to use S object names that map directly
to Unix/Linux filenames.
For example, say I'm building a particular graphic (chart.ps)
from a data.frame in S (mydata) that comes from an
2001 May 10
3
lookup function for density(...) objects
Hi folks:
Is there a lookup function that returns the variate given the cumulative
probability for an object returned by the density(...) function?
> mydata _ as.vector(mymatrix)
> mydata.density _ density(mydata)
> mydata.p80 _ lookup(mydata.density, p=0.8) # is there any function to
accomplish this task?
Thanks.
Rajiv.
--------
Rajiv Prasad, Postdoctoral Research Associate,
2004 May 02
0
parallel REML computation
Sorry for the off-topic (non-R) post. Has anyone seen/tried this (from this
week's NA-digest)?
Andy
-------------------------------------------------------
From: Joel Malard <JM.Malard at pnl.gov>
Date: Sat, 01 May 2004 15:31:15 -0700
Subject: ACRE, Parallel Covariance Component Estimation Code
A couple of people have asked recently for a copy of the parallel
(restricted/residual)
1999 Jun 23
2
coercing factors to matrix() --> num/char ? --
Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> wrote:
> Martin Maechler <maechler at stat.math.ethz.ch> writes:
[ snip... ]
> > >From this logic, coercing to a matrix should coerce to character rather
> > than integer/numeric codes.
>
> Hm. I'm not sure there really is much logic in this... Factors are
> sometimes character-like, sometimes
2007 Apr 25
2
levelplot and unequal cell sizes
I am using levelplot() from lattice with grids that have unequal cell
sizes. This means that the boundary between two cells is not always
half-way between nodes, as levelplot() assumes. The result is that some
cell sizes are rendered incorrectly, which can be painfully obvious if
using relatively large cells. Is there any work-around? I am using the
conditioning capability of lattice and
2000 Nov 01
0
J. of Comp. and Graph. Statist., Sept. 2000
Members of R-devel may be interested in the special Sept. 2000 issue
of J. of Comp. and Graph. Statist.
http://www.amstat.org/publications/asajournals.html#jcgs
on Systems and Languages. It features two articles by Robert
Gentleman and Ross Ihaka on "Java and Dylan" and "Lexical Scope and
Statistical Computing", an article by Paul Murrell and Ross Ihaka on
"An
2008 Oct 13
2
Using an image background with graphics
I would like to use a map or aerial photo as a background to plotting
solid lines and text, and semi-transparent color contours, in base and
lattice graphics. Plot coordinates need to be consistent with the
georeferenced background. For example, a color contour plot would have
an gray-toned aerial photograph as a background for overprinted
semi-transparent color contours of some spatially
2003 Nov 13
1
Can't get Sweave syntax highlighting with Emacs
I can't get Emacs to automatically do syntax highlighting of
Sweave files. I have followed Friedrich's suggestion for code
to insert into my .emacs file. The complete section from my .emacs
file is given below. When I load a *.Snw file, font is white until I press
M-x, then the first code and document chunks get highlighted, but not
the rest of the file. Latex and Noweb menus are