Displaying 2 results from an estimated 2 matches for "handystuff".
2012 Feb 07
1
Using custom R_LIBS with R CMD install
...line?
I get:
R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/
# Desktop : R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/
# * installing to library ?/Users/hadley/R?
# ERROR: dependency ?ascii? is not available for package ?rapport?
But:
ls /Users/hadley/R-dev/
# HandyStuff animation biOps mcmcTools mvbutils quantreg testthat
# SparseM ascii ggplot2 mturkr nstest scales whisker
(I'm actually running this from inside R using system2, but I think
this is the essence of my misunderstanding)
Hadley
--
Assistant Professor / Dobelma...
2011 Nov 10
2
ggplot2 - regression statistics how to display on plot
Hello -
So I am trying to use ggplot2 to show a linear regression between two variables, but I want to also show the fit of the line on the graph as well.
I am using ggplot2 for other graphics in what I am working on, so even though this would be a fairly easy thing to do in Excel, I would prefer to do it in R to keep my look and feel, and I think ggplot2 is just cooler.
Here is a sample