[R] HH and Rcmdr.HH packages available

2006-08-22 Thread Richard M. Heiberger
The software for my recent book
 Statistical Analysis and Data Display
 Richard M. Heiberger and Burt Holland
 http://springeronline.com/0-387-40270-5

is now available as an R package from the book's website.
The package has been submitted to CRAN.

Description: Support software for Statistical Analysis and Data
Display (Springer, ISBN 0-387-40270-5).  This contemporary
presentation of statistical methods features extensive use of
graphical displays for exploring data and for displaying the
analysis. The authors demonstrate how to analyze data---showing
code, graphics, and accompanying computer listings---for all the
methods they cover. They emphasize how to construct and
interpret graphs, discuss principles of graphical design, and
show how accompanying traditional tabular results are used to
confirm the visual impressions derived directly from the
graphs. Many of the graphical formats are novel and appear
here for the first time in print. All chapters have exercises.



Software that adds additional functions to Rcmdr 1.7 is now available from
my website and has been submitted to CRAN.
http://astro.ocis.temple.edu/~rmh/Rcmdr.HH/

Description: Our introductory course spends time on several topics
that are not yet in the R Commander.  Therefore we wrote the menu
items and make them available.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] HH and Rcmdr.HH packages available

2006-08-22 Thread Michael Kubovy
Dear R-helpers,

For those of you who wish to use the useful and interesting HH  
package on the Mac: I successfully downloaded the package from http:// 
astro.temple.edu/~rmh/HH/HH_1.4.tar.gz
Safari routinely upacks archives, so after downloading I had to (in  
the Terminal)
gzip Desktop/H_1.4.tar
and then installed it with the command
sudo R CMD INSTALL Desktop/HH_1.4.tar.gz
_
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400Charlottesville, VA 22904-4400
Parcels:Room 102Gilmer Hall
 McCormick RoadCharlottesville, VA 22903
Office:B011+1-434-982-4729
Lab:B019+1-434-982-4751
Fax:+1-434-982-4766
WWW:http://www.people.virginia.edu/~mk9y/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.