Displaying 9 results from an estimated 9 matches for "dicook".
Did you mean:
cook
2016 Nov 03
0
Five new ordinary members of the R Foundation
The R Foundation has elected five new ordinary members in recognition
of their contributions to the R project:
* Jennifer Bryan?
??https://www.stat.ubc.ca/~jenny/
* Diane Cook?
??http://dicook.github.io/
* Julie Josse?
??http://juliejosse.com/
* Tomas Kalibera
??https://github.com/kalibera?
* Balasubramanian Narasimhan
??https://statistics.stanford.edu/people/balasubramanian-narasimhan
On behalf of the R Foundation I would like to extent my congratulations
and a warm welcome to the new...
2016 Nov 03
0
Five new ordinary members of the R Foundation
The R Foundation has elected five new ordinary members in recognition
of their contributions to the R project:
* Jennifer Bryan?
??https://www.stat.ubc.ca/~jenny/
* Diane Cook?
??http://dicook.github.io/
* Julie Josse?
??http://juliejosse.com/
* Tomas Kalibera
??https://github.com/kalibera?
* Balasubramanian Narasimhan
??https://statistics.stanford.edu/people/balasubramanian-narasimhan
On behalf of the R Foundation I would like to extent my congratulations
and a warm welcome to the new...
2007 Apr 20
0
useR! 2007 online registration is now available
...an be found at
http://www.user2007.org/
If you have suggestions for the meeting please email the program
committee at user2007 at iastate.edu.
Douglas Bates, Dianne Cook, Dave Henderson, Heike Hofmann, Olivia Lau,
Michael Lawrence, Luke Tierney, Hadley Wickham
---------------------------
Di Cook
dicook at iastate.edu
_______________________________________________
R-announce at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-announce
2008 Feb 28
0
New Package: geozoo. High-Dimensional Geometric Objects
...for geometric
zoo. It's a compilation of functions to produce high-dimensional
geometric objects, including hypercubes and hyperspheres, Boy's
surface, the hyper torus and a selection of polytopes. For a complete
list, as well as images and movies, visit
http://streaming.stat.iastate.edu/~dicook/geometric-data/<http://streaming.stat.iastate.edu/%7Edicook/geometric-data/>
.
This package makes extensive use of GGobi (http://ggobi.org) and the
rggobi package (http://ggobi.org/rggobi) to visualise these objects,
so if you'd like to practice your high-dimensional visualisation
skills...
2007 Apr 20
0
useR! 2007 online registration is now available
...an be found at
http://www.user2007.org/
If you have suggestions for the meeting please email the program
committee at user2007 at iastate.edu.
Douglas Bates, Dianne Cook, Dave Henderson, Heike Hofmann, Olivia Lau,
Michael Lawrence, Luke Tierney, Hadley Wickham
---------------------------
Di Cook
dicook at iastate.edu
_______________________________________________
R-announce at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-announce
2007 Mar 09
1
useR! 2007 --- Call for papers and posters
R Users and Developers,
The first North American useR! will be held at Iowa State University,
Ames, Iowa, August 8?10, 2007. Information about the meeting can be
found at http://www.user2007.org/.
We are now ready to accept paper and poster submissions.
Papers are encouraged in all areas, but particular emphasis is given
to work describing newly created or improved R packages. Papers will
2007 Mar 09
1
useR! 2007 --- Call for papers and posters
R Users and Developers,
The first North American useR! will be held at Iowa State University,
Ames, Iowa, August 8?10, 2007. Information about the meeting can be
found at http://www.user2007.org/.
We are now ready to accept paper and poster submissions.
Papers are encouraged in all areas, but particular emphasis is given
to work describing newly created or improved R packages. Papers will
2009 Sep 11
1
bar chart with means - using ggplot
Like this?
# example using qplot
library(ggplot2)
meanprice <- tapply(diamonds$price, diamonds$cut, mean);meanprice
cut <- factor(levels(diamonds$cut), levels = levels(diamonds$cut))
qplot(cut, meanprice, geom="bar", stat="identity", fill = I("grey50"))
dev.new() # create a new graph to compare with qplot
# Example using ggplot
ggdata <-
2007 Feb 11
0
useR! 2007
R Users and Developers,
Plans are being made to hold the first North American useR! will be
held at Iowa State University, Ames, Iowa, August 8?10, 2007, which
will be a week after JSM'07.
This follows successful meetings in Vienna, Austria, in 2006 and 2004,
and also Directions in Statistical Computing (DSC) meetings in
Auckland, NZ (Feb 2007), Seattle (2005), and Vienna (1999, 2001,
2003).