Displaying 20 results from an estimated 400 matches similar to: "License Question"
2008 Oct 28
3
Recommended R books by XLSolutions Corporation
We've listed books we've recommended to our introductory R/R-PLUS courses
attendees
[1]http://www.experience-rplus.com/books.asp
If you'd like to recommend a book, email [2]sue at xlsolutions-corp.com
R-PLUS Rocks!
R-PLUS Team
24 Hours Tech Support
Think Fast, Think Big, Without The High Cost!
[3]www.Experience-Rplus.com/Conference.asp
2008 Aug 08
8
RPro
I recently came across a flyer from REvolution Computing, and I wanted to
ask if this is R going private?
Tony.
[[alternative HTML version deleted]]
2008 Apr 10
6
two graphs in one figure?
Dear all,
how can I plot a line graph and a bar graph in one single figure? I tried
to combine "barplot" and "plot". Even though they both have the same
x-values (1 to 55), it just doesnt look as if they match in their scale
(the barplot is much wider than the "plot"....even though I tried to put
limits on the x-axis).
Here is an example of what I did:
2010 Nov 10
5
arrays of arrays
Hi All,
I want to have an array/ matrix that looks this
x<- 0 0 1 1
1 3 5
4 4
7 -1 8 9 10 6
I hope this makes sense. So basically if I want x[1,3] it will access 0 and
similarly x[4,2], -1.
Thanks in advance,
Sachin
p.s. sorry about the corporate notice.
--- Please consider the environment before printing this email ---
Allianz - Best General Insurance Company of the Year 2010*
2008 Feb 28
4
p-value in Spearman rank order
Dear R-helpers,
I would like to do a Spearman rank order test, and used the cor() function
with the method "spearman".
It gives me a number (correlation coefficient?) , but how can I get the
p-value?
Thank you for the help in advance!
Regards,
Anne-Katrin
--
[[alternative HTML version deleted]]
2008 Jan 26
3
REvolution
Does anyone know any more than is in the following press release
about REvolution Computing and their commercialization of R?
http://www.intel.com/capital/news/releases/080122.htm
"Intel Capital, the global investment arm of Intel Corporation, today
announced that it has invested in the Series A financing of REvolution
Computing, creator of parallel computing software for computational
2010 Nov 11
2
comma separated format
Hi All,
I'm trying to create labels to plot such that it doesn't show up as
scientific notation. So for example how do I get R to show 1e06 as
$1,000,000.
I was wondering if there was a single function which allows you to do that,
the same way that as.Date() allows you to show in date format on a plot.
Thanks,
Sachin
--- Please consider the environment before printing this email ---
2010 Sep 23
2
hdf-files
Dear All,
I have data in HDF file format and would like to read it into R.
I have tried the package hdf5 without success.
Any ideas and suggestions??
Kind regards,
Katrin
--
Katrin Fleischer
Vrije Universiteit Amsterdam
Faculty of Earth and Life Sciences
Subdepartment Hydrolgy and Geo-Environmental Sciences
Room E-360
De Boelelaan 1085
1081 HV AMSTERDAM
Tel: +31 20 59 87391
2010 Nov 12
2
switching only axis off in plot
Hi R,
In the following code my x-axis is formatted in month format. Which Im
happy with. The y-axis is what I want to re-format with something else. My
question is, is it possible just to switch off the xaxis in plot function
(see below). If not how do you get the months to show up as FEB-YYYY,
MAR-YYYY and so on, so I could fit a label on x-axis.
Thanks,
Sachin
p.s. sorry about corporate
2010 Oct 13
2
drilling down data on charts
Hey all,
Suppose a=b^2 for starters. I want to be able to create a graph that
displays a initially and if i was to click on 'a' to show 'b' on the chart
itself. Does anyone know if this is possible in R?
Also as an extension (not necessary as yet) to output the above into a
'html' file.
Thanks,
Sachin
--- Please consider the environment before printing this email ---
2001 Feb 16
2
vector heap is too small
Ich habe eine dringende Frage!!!!!!!!
ch ben?tze das Rplus mit Windows 98 .
Wo kann ich die Vector heap von Rgui.exe erh?hen. Bei Eigenschaften kann
ich das nicht machen.
Vielen Dank f?r Eure Bem?hungen
Nadine Brauchli, FORNAT
***************************************************************************
FORNAT
Forschungsstelle f?r angewandte ?kologie und Naturschutz
Asylstr. 46/48
Postfach
8708
2018 Mar 25
2
Suggesting patch to link DOIs against secure resolver
Dear Madams and Sirs,
because the DOI foundation recommends a new, secure resolver [1], I
wanted to suggest the attached patch. It
a) updates a static DOI link in the docu,
b) the code chunks that generate new ones, and
c) a reg-ex that detects DOI links.
Hopefully, my first venture into SVN & patch files was done correctly.
My apologies, if there is anything amiss. In that case, I'll
2010 Nov 11
4
Troubleshooting sweave
Hi All,
I've reproduced the example from Prof. Friedrich Leisch's webpage. When I
write sweave("Example-1.Snw") OR sweave("Example-1.Rnw"), (yes, I renamed
them). I get the following error:
Writing to file example-1.tex
Processing code chunks ...
1 : echo term verbatim
Error: chunk 1
Error in library(ctest) : there is no package called 'ctest'
Also while
2010 Nov 09
1
date conversion and plot
Hi All,
I have a date in the format of yymmdd (without any of the backslashes, eg.
100731). How do I convert this into a Rdate and plot it? I don't want the
number of days from 1970's showing up as my date (Its the date I require).
Thanks,
Sachin
p.s. sorry about the corporate notice I can't remove it.
--- Please consider the environment before printing this email ---
Allianz -
2010 Oct 31
1
parallel for loop
Hi all,
Just following on from a previous thread (for loop). Is there a parallel
'for' loop like matlab (parfor maybe?). I know there was a Nvidia GPU
version for blas somewhere. But is there a CPU or a GPU version of the for
loop?
Thanks,
Sachin
p.s. sorry about the corporate notice below: cant get rid of it. Don't have
other mail client access at the office :(
--- Please consider
2010 Oct 08
3
Running R on a server
Hi All,
I am trying to run R scripts on a server rather than my own machine. The
biggest reason being that the data can be 3GB+; more than my RAM can
handle. Anyway is there a way to do this.
I am trying to find a SAS alternative.
In SAS you can do (keyword) rsubmit; and get things running remotely on a
server. Is there something similar on R. Couldn't find a comprehensive
answer online.
2010 Nov 11
1
plot options including formatting axes
Hi All,
Currently my plot shows the y-axis in scientific notation (1e07 and so on).
I want to be able to display this in dollars such that it shows $10,000,000
(including the commas). How do I do this.
Also with the xlabel and ylabel. I've specified: 'title('Cash vs
Time',xlab='Period',ylab=''); Im hoping that this will also not display
anything on the y-axis.
2007 Apr 12
3
Method dispatch for print() in package its
Dear all,
in the package its the print() method does not seem to correctly work in all circumstances:
> selectMethod(print, "its")
Method Definition:
function (x, ...)
{
print(x@.Data <mailto:x@.Data> , ...)
}
<environment: namespace:its>
Signatures:
x
target "its"
defined "its"
> fundPME.lst[[1]]$irr
An object of
2006 Feb 15
2
labelling dots in plots
Hello,
I would like to label outliers (or all dots) in a plot
plot(as.matrix(ValAddInd_byYear), as.matrix(Cons_Elec_Ind_byYear))
ideally by the 30 different row.names, but anything else (x or y values, for example)
would already be helpful.
I've tried various things with pch, but they didn't work and I can't find anything else.
Any hint appreciated!
Thanks,
Katrin
2010 Nov 11
1
trouble with plotting data- possible bug?
Hi all,
When I write out some values and then use 'plot' and 'lines' respectively I
can get R to plot me two lines. However when I get the data from a csv file
and run it I only manage to get one line running (whichever was invoked
first). The sample files are attached below and I've reproduced the code
below with the suspicious part marked as #??? (not even sure if thats