Displaying 20 results from an estimated 10000 matches similar to: "Help Documentation (PR#6716)"
2004 Mar 29
1
Help Documentation (PR#6717)
Ivo,
Let me address your points in reverse order:
1. There is a `wishlist' category for bug reports, which I guess you've
overlooked.
2. There is also a `Contributed Documentation' section on the R web site,
which you can submit your contribution. As well, there are a few
introductory level documents there already that you might be interested.
3. I must repectfully disagree about
2004 Mar 29
0
Help Documentation (PR#6715)
Dear all,=20
without taking sides here, I see two major advantage of keeping the
redundancy in any documentation minimal. First, it makes the
maintanance of the documentation as simple as possible. This in turn,
minimizes the risk for getting inconsistent documentation in new
updates. Otherwise, someone has to have a really good overview and
know where to update when, say, one default argument is
2004 Mar 29
0
Help Documentation (PR#6714)
I think many people share your view and are aghast at the
reception that some well-intentioned posts receive. There
have been past discussions on this and many people feel the
way you and I do.
Just to head off another round, let me acknowledge that
there appears to be multiple viewpoints and although hard
to believe by myself, there actually is a contingent that
views what I see as
2004 Mar 29
3
Help Documentation
I think many people share your view and are aghast at the
reception that some well-intentioned posts receive. There
have been past discussions on this and many people feel the
way you and I do.
Just to head off another round, let me acknowledge that
there appears to be multiple viewpoints and although hard
to believe by myself, there actually is a contingent that
views what I see as
2004 Feb 24
0
Suggestions ?!?!
For the question at the end, try barplot with the
horiz=TRUE argument.
Date: Tue, 24 Feb 2004 09:30:21 -0500
From: ivo welch <ivo.welch at yale.edu>
To: <r-help at stat.math.ethz.ch>
Cc: <r-help-owner at stat.math.ethz.ch>,ivo welch <ivo.welch at yale.edu>
Subject: [R] Suggestions ?!?!
hi chaps:
* I have some suggestion, the first of which is about
2004 Mar 28
0
Help Documentation (PR#6711)
ladies and gents:
I have posted a couple of simple questions recently. As often happens
to novices, the information was there somewhere, even in front of my
eyes, and I just did not see it. I looked in docs that seemed to me to
be the right place for this particular information, but did not find it.
There is no question: mea culpa, and everything is documented somewhere
in R. (Worst
2004 Mar 29
0
Help Documentation (PR#6712)
On 28 Mar 2004 at 16:52, ivo welch wrote:
>
> ladies and gents:
>
> I have posted a couple of simple questions recently. As often happens
.
.
.
> I was told by Brian to stop sending such suggestions, in order not to
> clutter the R bug report list. OK, I can save my time; I just wanted
He told you stop sending them to R-bugs!
When you get a little more experience, send them
2004 Feb 25
1
aliases (PR#6614)
Full_Name: ivo welch
Version: 1.8.1
OS: linux
Submission from: (NULL) (130.132.33.212)
please define aliases for the 5 essential data set operations
delete row
insert row
delete column
insert column
rename column
these are too difficult for novices as-is now, and the cost for doing this for
you would be very low. if need be, define hints only, such as
dataset.del.row() <-
2011 Feb 27
0
foreach() package for parallel computing
dear R experts---I have been experimenting with the foreach package
(with doMC) for a while.
my first impression is that it is a very easy way to acquire parallel
processing capabilities. (thanks, revolution R.) the only two
gotchas were about installation (it required an exit and restart), and
the precedence order of the foreach (higher than '+', I think), but
once I understood this,
2011 Jul 02
2
speeding up perception
Dear R developers: R is supposed to be slow for iterative
calculations. actually, it isn't. matrix operations are fast. it is
data frame operations that are slow.
R <- 1000
C <- 1000
example <- function(m) {
cat("rows: "); cat(system.time( for (r in 1:R) m[r,20] <-
sqrt(abs(m[r,20])) + rnorm(1) ), "\n")
cat("columns: "); cat(system.time(for (c
2004 Jul 07
3
fast NA elimination ?
dear R wizards: an operation I execute often is the deletion of all
observations (in a matrix or data set) that have at least one NA. (I
now need this operation for kde2d, because its internal quantile call
complains; could this be considered a buglet?) usually, my data sets
are small enough for speed not to matter, and there I do not care
whether my method is pretty inefficient (ok, I
2004 Aug 20
2
R on gentoo amd64 (gcc 3.3.3) is unstable
dear wizards:
FYI: gentoo is a linux meta distribution, which compiles all packages.
Once running, gentoo is stable on most applications. (it has some
problems with system tools, such as grub.) the compiler is gcc 3.3.3.
I do not expect anyone to track down for me why R fails on the gentoo
amd64+gcc3.3.3 system, but I thought that it would be good to put it on
the record to save
2004 Aug 20
2
R on gentoo amd64 (gcc 3.3.3) is unstable
dear wizards:
FYI: gentoo is a linux meta distribution, which compiles all packages.
Once running, gentoo is stable on most applications. (it has some
problems with system tools, such as grub.) the compiler is gcc 3.3.3.
I do not expect anyone to track down for me why R fails on the gentoo
amd64+gcc3.3.3 system, but I thought that it would be good to put it on
the record to save
2004 Mar 27
2
exit() and stop() documentation (PR#6706)
Full_Name: ivo welch
Version: any
OS: linux
Submission from: (NULL) (130.132.33.212)
hi: in "?stop", in "See Also", please add "quit()" as a mention. Similarly, I
would create a help for ?exit, which simply states that "you are probably
looking for quit() or stop()".
regards,
/ivo
2004 Jun 20
4
if syntax
I ran into an interesting oddity of R,
if (0) { print(1); }
else { print(2); }
is a syntax error, while
if (0) { print(1); } else { print(2); }
or
if (0) { print(1);
} else { print(2); }
is not. I presume it has to do with the duality of the newline
functioning as an end of command (;) character, though it still seems a
bit odd, and it took me a while to figure out
2004 Nov 21
1
sas vs. R
SAS
* better manuals.
* tech support for most universities contracted into the price, thus
for researchers.
* batch orientation. if you have to handle data sets that are as large
as your memory, SAS generally does it better. It seems to be an
"n-pass design." Years ago, when memory was expensive, I could not use
S/R even for simple problems. Just a few simple operations, and I
2011 Nov 11
0
mc.cores and computer settings on osx and linux
for the googleable r-help archives, I thought I would post what I
wrote into my .Rprofile to automatically set some system information.
the most relevant aspect is the determination of mc.cores. this is
useful when users want to use the parallel package
options(uname= system("uname", intern=TRUE))
options(os= if (getOption("uname")=="Darwin") "osx"
2010 Aug 18
1
Fwd: \ell symbol (log-likelihood)
I sent this privately to ivo welch yesterday, and he thinks it might
be useful to someone else as well. Since I'm on a Mac the screen
device is quartz():
> quartz()
> plot( c(0,1), c(0,1) );
> text( 0.5, 0.5, "\u2113" )
# and then File/Save As/
--
David.
Begin forwarded message:
> From: David Winsemius <dwinsemius at comcast.net>
> Date: August 17,
2004 Mar 28
1
add "select" to subset docs (PR#6710)
Full_Name: ivo welch
Version: current
OS: linux
Submission from: (NULL) (130.132.33.212)
* In the ?subset page, please add
subset( dataframe, select= c(-column1,-column2) )
returns a dara frame that is without columns 1 and 2 .
* Also, in ?lm, it would be nice to add a few more words about how to get a
residuals vector of the same length as the variable vectors, even if there
2011 Sep 13
1
CMYK color space
dear R experts---I am struggling with the requirements to prepare my files
for my printers. I am printing in 2/2 format, which means cyan and black
for me, which they take from my color-separated pdf files. R comes into
play, because it produces all the figures that are embedded in my book
(pdflatex).
now, TeX has no problems producing CMYK files. However, R produces RGB
files (for