Displaying 20 results from an estimated 5000 matches similar to: "R on OS X Leopard?"
2007 Nov 04
1
Installing R on Mac OS X Leopard
Hi there,
I've used R before, but I just got a new computer with Leopard and I'm
having trouble installing. I download the installer, but when I reach the
end of the install process, the "install" button remains gray and
unclickable. I've tried both standard and custom, as well as installing on
my flash disk, to no avail.
Any suggestions? I'd rather not build from
2010 Feb 03
2
ggplot2/qplot question regarding reducing the no. of x-axis labels
All:
I am using the command: qplot(date,MAE,data=data,facets=INTERVAL~type)
which works fine except that the dates for my date axes are crunched
together so much that they are unreadable. I can not find an option that
I can set that will automatically reduce the x-axis labels to fit the
available space.
regards to all?
--
Thomas E Adams
National Weather Service
Ohio River Forecast Center
2011 Oct 03
4
Question about ggplot2 and stat_smooth
I'm interested in creating a graphic -like- this:
c <- ggplot(mtcars, aes(qsec, wt))
c + geom_point() + stat_smooth(fill="blue", colour="darkblue", size=2,
alpha = 0.2)
but I need to show 2 sets of bands (with different shading) using 5%,
25%, 75%, 95% limits that I specify and where the heavy blue line is the
median. I don't understand how to do this with
2008 Feb 29
8
Running LaTeX dvi previewer on MacOS X
Several people have given great advice on how to successfully use X11 on
Mac to so we can use the dvi previewer to view latex() output from
Hmisc. Now after a version upgrade of X11 and X11sdk we are getting
lots of crashes. I noticed a Mac dvi previewer with an executable
stored as /Applications/TeX/TeXShop.app/Contents/MacOS/TeXShop
Can we bypass X11 problems and point Hmisc to this
2012 Mar 27
1
RSqlite UPDATE command problem
All:
I am using RSqlite and want to be able to update individual values in a
record, such as with this simple example:
library(RSQLite)
drv<-dbDriver("SQLite")
con<-dbConnect(drv,"test.db")
my.data<-data.frame(countries=c("US","UK","Canada","Australia","NewZealand"),vals=c(52,36,74,10,98))
2008 Jun 16
1
Dual axis labeling of a single quantity
I have a problem where I need to label the vertical axes of a Boxplot
with related, but different quantities (flow & height), which have a
known relationship. Primarily I want to plot the variable as a flow on
the left axis and on the opposing right axis, show the corresponding
height. Is it possible to get the flow range (max & min) of the left
axis and then supply the right axis
2006 Jul 28
1
Normal score transform of spatial data
List:
I have 2 related questions:
(1) first I have x-y-z data, where x & y are the geographic locations of
point values, z. I need to perform a normal score transform on the
z-values and maintain their geographic location. So, how do I go from
columns x-y-z to x-y-z-t (or x-y-t), where the t-values are the normal
score transforms of the z-values? Can I use qnorm(ppoints(data)) to do
2008 Jan 14
1
Install RSPerl in Leopard
Hi,
I am having problems installing RSPerl 0.92-1 in my Mac OSX 10.5.1.
I?ve installed correctly R-2.6.1 with the .mpkg.
I run the next command: <R CMD INSTALL --configure-args=' --with-in-
perl ' RSPerl>
And the next error message appears:
RSPerl
* Installing to library '/Library/Frameworks/R.framework/Resources/
library'
* Installing *source* package
2008 Apr 11
2
Questions related to plotting boxplots of time series data
List,
I have looked through several R books and searched the web to find
answers to my questions with no results. I have a ensembles of time
series data (essentially from Monte Carlo simulations) which I would
like to summarize as a time series of boxplots. I don't know how to do
this and I am not sure how I should structure the data to get what I
want. Another related question: while
2009 Apr 01
1
Plotting a time series
I have data that I read in using:
data<-read.table("RAVK2.obs.data",sep="\t")
'data' looks like this:
V1 V2
1 2009-03-25 06:00:00 12.86
2 2009-03-25 12:00:00 12.80
3 2009-03-25 18:00:00 12.76
4 2009-03-26 00:00:00 12.68
5 2009-03-26 06:00:00 12.66
6 2009-03-26 12:00:00 12.64
7 2009-03-26 18:00:00 12.83
8 2009-03-27 00:00:00 13.33
9
2011 Dec 12
4
Boxplot of multiple vectors with different lengths
Hello,
I'm attempting to write a code that automatically imports data from
different files (with different lengths-just one variable) and makes tidy
box plots for comparison. I can successfully import the data and create a
list of the vectors I want to compare. But I cannot, for the life of me,
figure out how to generate box plots using the "list" option. Suppose these
are my data:
2007 Jul 19
1
Sweave on mac os x
Dear all,
is Sweave working on MAC ?
I installed R-2.5.1 but seems like Sweave is not coming with the
distribution as it comes on linux.
Do I need to install it separately ?
In that case is there a .dmg for mac ?
Thanks for the help!
Regards
Marco
[[alternative HTML version deleted]]
2007 May 04
3
listing R packages in our system
Hi,
I like to know the simple way to list the R package names in our linux
system.
Thanks
Ying
[[alternative HTML version deleted]]
2012 Mar 07
1
a somewhat related cartoon
Quoting from today's PhD Comics, available at:
http://www.phdcomics.com/comics.php?f=1476
What the methodology section says: "Analysis was performed using a
commercially available software package."
What it really means: "I put the numbers into this magic box and out
came my thesis!"
--
Sarah Goslee
http://www.functionaldiversity.org
2012 Apr 25
2
On the Design of the R Language
http://www.cs.purdue.edu/homes/jv/pubs/ecoop12.pdf
A new paper out on R the language -- I'm not all the way through it but it's been an interesting read so far. Thought it might be of interest to the list.
Michael Weylandt
[[alternative HTML version deleted]]
2012 Sep 13
1
Auomatic Download of climate netcdf4 files from the Climate Explorer Website
Dear R-helpers,
I am trying to download some netcdf4 files from the Climate Explorer
Website:
http://climexp.knmi.nl/start.cgi?id=someone at somewhere
In fact, there are 78 distinct files. I have found a way to download a
particular file and open it in R, but I have been informed that there exists
some code to automatically download all the files. Do you have any clue
regarding how to achieve
2007 Mar 13
1
Solving PDEs
Hi,
Is there any method in R by which I can solve PDEs?
Thank you,
Amit
[[alternative HTML version deleted]]
2009 Nov 02
3
Problem building R 2.10.0 - Matrix package
All:
Attached is the output file from building R 2.10.0 on RedHat Linux. I
have never previously experienced any problems when building R from
source with new releases. But, now I get a compile error with the Matrix
package:
CHOLMOD/Include/cholmod.h:87:22: error: UFconfig.h: No such file or
directory
make[3]: *** [CHMfactor.o] Error 1
make[3]: Leaving directory
2009 Aug 20
3
Wind-data analysis with R?
Hello,
are there people outside who use R for analysis of wind-measurement data
(meteorological or for planning of wind power stations)?
Are there already scripts/modules available for analysing and
displaying/plotting wind data in the way it is done in projection/planning
of wind power stations?
If not, would it be of interest to use R for this, and therefore
adapt data-logger output to R (by
2010 Feb 04
2
help needed using t.test with factors
I am trying to use t.test on the following data:
date type INTERVAL nCASES MTF SDF MTO SDO
nFST MF nOBS MO MB BIASCV BIASEV ME MAE
RMSE CRCF
2001-06-15 avn GE1.00 4385 0.246 0.300 1.502
0.556 1367 1.373 4385 1.502 1.471 0.285 0.164
-1.256 1.266 1.399 0.056
2001-06-15 avn