Displaying 20 results from an estimated 1000 matches similar to: "Command Line Arguments passed to R"
2000 Jul 07
1
Perspective or Contour Plot of a Matrix
I would like to plot a large (401 x 101) matrix of numbers as a
perspective plot (with the columns and row indices as the y and x
components and the values in the matrix at the z values). I try to
convert it to a data frame, but it always errors out with "Figure
margins too large". What does this mean? How can I get the plot
generated?
Thanks
--
-Alex Morgan Homepage:
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
Hello,
If you're interested in authoring your presentations/slide shows in
Markdown, you might check out the Slide Show (S9) gem in Ruby. A
simple slide show looks like:
What's Slide Show (S9)?
=======================
A Free Web Alternative to PowerPoint and KeyNote in Ruby
Getting Started in 1-2-3 Easy Steps
===================================
* Step
2001 Jul 12
2
rpart puzzle
I've been using the package rpart with R 1.3.0 for Windows to produce
simple classification trees for some measurement data from paleontological
specimens. Both the rpart documentation and the output confirm that the
program produces splits on continuous data that leave "holes" in the
data. It is probably of little practical importance, but is there a reason
why the binary
2008 May 07
6
help with updating to R2.7
Hi,
From R 2.6, I would like to update to R2.7. I would like to have some tips on the recommended method of installing the latest versions of an entire list of packages in R2.7 - i.e. all the packages that I have presently installed in R2.6.
I am hoping that there is an easier method than fetching the packages individually as I did, to begin with, for R2.6.
Additionally, I would like to install
2006 May 08
3
microsoft proxy & R project
hi,
as I'm using R at Dell (where I am working), I manage to install packages
from web, but there is a web proxy, which is pretty boring.
R asks me to enter an active directory login/password, that would
normally auth me through the web proxy, but it doesn't work.
I'm looking forward for your help. Sorry if I used bad english.
Any ideas ?
Laurent
--
«Un peu d'internationalisme
2011 Aug 23
1
Testing Specific Hypothesis
Hi All!
I am interested in testing whether the means for the data I am investigating
are equal to a specific value - let's say 0.01. I have already run a
one-way ANOVA and know that the differences in the means are not
significant, so now I want to know what values the means take on. "otestme"
is the data I am working with (it would be hard for me to get into a form
that would be
2007 Feb 21
4
CentOS 4.4 on Dell PE 6400 - not rebooting ...
Hi All,
This is my first post ... I *HAD* been trying to get RHEL AS 4 onto
this Dell PE 6400/700, but it just wouldn't go without some weird
tweaking.
I am VERY happy to say that CentOS 4.4 installed without a hitch!
NICELY done folks!
The only real issue for me is that the machine fails to reboot or
shutdown correctly.
It requires physical interaction with the power switch,
2002 Sep 17
1
Question about rsync
Hello All,
I've been getting an error using rsync that I've been trying to track
down the cause of, but haven't been able to solve yet. When I try to
connect to a remote rsync deamon, using a double colon address like
192.168.0.2::classes to copy files in either direction, I get this error
after a timeout.
@ERROR: chroot failed
rsync: connection unexpectedly closed (128 bytes
2007 Nov 14
2
executable script
Dear All,
Apologies for this simple question and thanks in advance for any help given.
I want to make from my .R script an .exe file.
Is there any way to transfort my script to an autolaunch file?
It means it runs the script by double clicking on it.
p.s.: I'm using windows
--
View this message in context: http://www.nabble.com/executable-script-tf4806651.html#a13751752
Sent from the R
2000 Dec 18
0
Rwinst.exe 1.2.0 problems
I just downloaded the binaries for the released 1.2.0 for Windows (from
Guido Masarotti's site). In using the rwinst.exe installer, I noted two
significant problems. First, the installer seems extraordinarily slow
compared to the the 1.1.1 installer. It took almost 20 minutes to perform
a full base extraction from binaries to installation (all base pages, html
help, windows help, pdf
2000 Sep 12
0
Alternative to Notepad
My earlier message was not as clear as it could have been. I already have
Emacs for my NT system, but prefer not to use it or vi. It is really a
case of not needing a sledgehammer to swat a gnat. The advantage of
EditPadPro (for me anyway) is that it has a footprint of 1MB including
helpfiles, whereas the versions of Emacs I've seen for NT require about
30MB of disk space to store.
2000 Sep 13
0
Cleaning up part 2.
Thanks to those who suggested I use
make clean.
I *had* done that before asking the question, but it would never run. I
kept getting:
nothing to make.
After getting a couple of replies suggesting "make clean" again, I blew
away the entire directory, reinstalled the sources, reset the paths, and
first did a normal "make". Then I followed that with "make
2001 Mar 16
0
boot() vs S-Plus bootstrap()
I'm trying to adapt some S-Plus scripts to run in R (1.2.2, Windows). In
one of these scripts, I've bootstrapped the prediction success rate under
the discriminant function (lda). The bootstrap() functions are proprietary
to S-Plus and there aren't exact equivalents in R. The closest is Canty's
library boot based on the Davidson and Hinkley book. Unfortunately, I
2001 May 01
0
Can this be vectorized?
I want to produce some boxplots (and qqnorm plots) for each of a series of
groups. It is easy to produce the boxplots or qqplots by groups using
either by() or tapply(), but the moment that I want unique labels for each
boxplot, I seem to be stuck using a for loop to achieve the effect.
For example:
tapply(fstat$femur, fstat$race, boxplot)
by(fstat$femur, fstat$race, boxplot)
gives nicely
2001 Sep 14
0
rpart or Postscript problem?
I've run into another postscript/rpart problem unrelated to the issues I've
mentioned in a previous query.
I'm using 1.3.1 on a Win2K box.
>plotcp(some.rpart.object)
draws a very nice plot on the windows graphic device. If I save this as a
postscript file, either by opening a postscript device before calling
plotcp, or by saving the graphics window as a postscript file, the
2000 Aug 01
1
Testing for parallel slopes
I'm running a series of simple bivariate linear regressions on grouped
data. I want to test the slopes to see if they are parallel. I normally
use analysis of covariance to do so, looking at interaction between the
covariate and the factor to make this determination.
VR3 pp.149 - 154 has a very nice example of an ANOCOVA, ending with a
discussion of this very operation.
My question has
2001 Feb 26
1
Difference between S-Plus & R 1.2.1
Sorry for the uninformative subject.
The following piece of code gives different output in S-Plus (2K & 6) vs R
1.2.1 (Win)
apply(apehum[,6:15], 2, function(x) which(is.na(x)))
S-Plus results:
> apply(apehum[,6:15], 2, function(x) which(is.na(x)))
$latsupri:
numeric(0)
$medepico:
numeric(0)
$pdhtcapi:
numeric(0)
$mlhtcapi:
numeric(0)
$aphttroc:
[1] 151 152
$mlhttroc:
numeric(0)
2001 Apr 02
2
Is it possible to...
I have a matrix (1000 x 224) that contains the output from the function
boot.array. For each row, there are 224 columns that represent the case
numbers of the selected individuals from a bootstrap. The cases are listed
in selection order, not numerical order. I'd like to rearrange the cells
so that every row has the column entries listed ascending numeric order.
I've been able to
2010 Aug 11
1
Adding points sequentially to multiple graphs in one window (device)
Dear R-help list:
I have want seems to be a simple task, but can't find a solution.
I tried querying the archives, but did not succeed.
My goal is to set up two (or more) graphs in one graph window, and
then during execution of a sequential algorithm add points
sequentially to these graphs. The graphs have different scales
/ coordinates. I use the par(mfg...) command to
switch between
2010 Apr 29
2
substring comparison
Hi all,
I'm writing a script to do some basic text analysis in R. Let's assume
I have a data frame named data which contains a column named 'utt'
which contains strings. Is there a straightforward way to achieve
something like this:
data$ContainsThe <- ifelse(startsWith(data$Utt,"the"),"y","n")
or
data$ContainsThe <-