search for: rgould

Displaying 3 results from an estimated 3 matches for "rgould".

Did you mean: gould
2000 Aug 25
1
S objects
Is it possible for R to "read in" S objects. For example, suppose that when using S I did: > x <- c(1,2,3) > y <- x^2 > q() These objects are now in the .Data directory. If I then want to use x and y in an R session, how can I do so? Thanks, Rob -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2005 Apr 05
0
Regression Modeling Strategies Workshop by Frank Harrell in Southern California
...pril 18th and $65 after the 18th. The registration fee covers all handouts, coffee and tea all day, a buffet lunch, and door prizes. Springer-Verlag will have copies of the book Regression Modeling Strategies on sale at a 33% discount. The workshop's web site is: http://www.stat.ucla.edu/~rgould/asw2005/. For further information contact Anita Iannucci (iannucci at uci.edu), Harold Dyck (hdyck at csusb.edu) or Madeline Bauer (mbauer at usc.edu). SCASA web site: http://www.sc-asa.org/ === Madeline Bauer, Ph.D. University of Southern California Keck School of Medicine (Infectious...
2002 Jan 25
6
bootstrap: boot package
I'm teaching a class and using R for the first time. We're talking about the bootstrap, and I've been trying to get R to replicate some simple bootstrap programs with no success. I'd like to be able to use the boot.ci function to produce confidence intervals (non-parametric) for some simple statistics, and this requires first creating a "boot" object. The boot