August 2009

2 Interesting animations…

August 19, 2009 | the R user...

So I haven't had success YET in finding a way to post here the animations, but I thought it would be interesting to show you at least a couple of examples using this software, and I chose 2 pretty interesting ones by Yihui Xie and Xiaoyue Cheng.The fir... [Read more...]

The density function

August 18, 2009 | the R user...

Today I found such an interesting function called "density", this function computes kernel density estimates, that's why I found it pretty interesting, all you need is:the the data from which the estimate is to be computed the smoothing kernel to be us... [Read more...]

Social Network Analysis Resources for R

August 17, 2009 | Jeromy Anglim

Social Network Analysis is an increasingly popular tool for modelling dependence structures between social actors. In my department researchers are developing new models for representing such dependence structures (MELNET). In 2007 I gave a talk on my ...
[Read more...]

Potential Loss of Arable Land in the Central San Joaquin Valley, CA

August 17, 2009 | dylan

Rapid urban and sub-urban expansion in the San Joaquin Valley have resulted in the loss of millions of acres of prime farmland in the last 100 years. Approximately 11% of class 1 (irrigated) land and 7% of class 2 land have already been paved over in the Fresno-Madera region (first image below). Recent projections in ... [Read more...]

Cool articles in the New York Time’s: Statistics + R

August 14, 2009 | Vinh Nguyen

so these articles are ‘old news,’ but here i am to blog it down before i forget. First article is entitled “For Today’s Graduate, Just One Word – Statistics,” and the second article is entitled “Data Analysts Captivated by R’s Power.” It really does feel re-enforcing and motivating when ... [Read more...]

Everybody loves R

August 14, 2009 | the R user...

I found this articles in The New York Times" and I thought it would be nice to share them, By ASHLEE VANCE published on January 6, 2009, check them out, both are pretty interesting:http://www.nytimes.com/2009/01/07/technology/business-computing/07progr... [Read more...]

Example 7.10: Get data from R into SAS

August 13, 2009 | Ken Kleinman

In our previous entry, we described how to generate a dataset from SAS that could be used for analyses in R. Alternatively, someone primarily using R might want to test the new ”statistical graphics” procedures available starting with SAS 9.2. Her...
[Read more...]

random 0.2.1

August 12, 2009 | Thinking inside the box

A maintenance fix was applied to random: following the changes in release 0.2.0 a few months ago that reflected changes at the random.org site, we needed to make one more change in randomSequence. Thanks for Lynn Amon for spotting this. The new pac... [Read more...]

Completion for java objects

August 9, 2009 | romain francois

As indicated in this thread, completion after the dollar operator can be customized by defining a custom names method. Here I am showing how to take advantage of this to display fields and methods of java references (jobjRef objects from the rJava ... [Read more...]

Example 7.9: Get data from SAS into R

August 8, 2009 | Ken Kleinman

Some people use both SAS and R in their daily work. They might be more familiar with SAS as a tool for manipulating data and R preferable for plotting purposes. While our goal in the book is to enable people to avoid having to switch back and forth, ...
[Read more...]

Trend Analysis with the Cox-Stuart test in R

August 8, 2009 | Todos Logos

The Cox-Stuart test is defined as a little powerful test (power equal to 0.78), but very robust for the trend analysis. It is therefore applicable to a wide variety of situations, to get an idea of the evolution of values obtained. The proposed method is based on the binomial distribution. In ... [Read more...]

Two-way analysis of variance: two-way ANOVA in R

August 7, 2009 | Todos Logos

The one-way analysis of variance is a useful technique to verify if the means of more groups are equals. But this analysis may not be very useful for more complex problems. For example, it may be necessary to take into account two factors of variability to determine if the averages ... [Read more...]

CacheSweave

August 6, 2009 | Shige

I finally figured out how to use the R package "cachesweave". The trick is that the code chunks must follow some order, like the following:-----------------------------------------------------------=setCacheDir("testcache")@=library(Zelig)library(memis...
[Read more...]
1 2 3

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)