February 2011

Tutorial on Distributions in R

February 25, 2011 | Tony Cookson

Here's a video tutorial I put together to go over how to generate a random sample from one of the commonly known parametric distributions in R.Along the way, I also discuss how some of the properties of estimators are reflected in the computations I pe...
[Read more...]

MT4 -> Multi-R sessions for tick-analysis

February 24, 2011 | XmPh

The Shared-Memory between multiple R sessions mentioned in my previous post got me thinking … quite some potential indeed. As a result, I investigated further using (calling) multiple R sessions from the same MT4 script. Specifically, I wanted to have a clearer understanding of the time required to performed lightning fast & ... [Read more...]

Packages for By-Group Processing in R

February 24, 2011 | David Smith

Analyst and BI expert Steve Miller takes a look at the facilities in R for doing "by-group" processing of data. The task consisted of: ... read several text files, merge the results, reshape the intermediate data, calculate some new variables, take care of missing values, attend to meta data, execute a ... [Read more...]

Phenotypic selection analysis in R

February 24, 2011 | Scott Chamberlain

I have up to recently always done my phenotypic selection analyses in SAS. I finally got some code I think works to do everything SAS would do. Feedback much appreciated!########################Selection analyses#############################install.pac...
[Read more...]

Rcpp 0.9.2

February 24, 2011 | Thinking inside the box

The 0.9.2 release of Rcpp is now on CRAN and Debian. This version contains a build fix for the older 10.5.* version of OS X and its g++ 4.2.1 compiler; we now skip one test that upset it. CRAN builds for OS X should resume. We also added simple ... [Read more...]

Book review: 25 Recipes for Getting Started with R

February 24, 2011 | Tal Galili

Recently I was asked by O’Reilly publishing to give a book review for Paul Teetor new introductory book to R.  After giving the book some attention and appreciating it’s delivery of the material, I was happy to write and post this review.  Also, I’m very happy to ... [Read more...]

type=”n” graphs in R

February 24, 2011 | mikeksmith's posterous

type n graph.R Download this file One of the most useful graphs you can produce in R using the plot(...) function is one with nothing in it. Using the type="n" option, you get a blank canvas to which you can add points, lines, text, sh... [Read more...]

Machine Learning Ex2 – linear regression

February 24, 2011 | al3xandr3

Andrew Ng has posted introductory machine learning lessons on the OpenClassRoom site. I've watched the first set and will here solve Exercise 2. The exercise is to build a linear regression implementation, I'll use R. The point of linear regression is to come up with a mathematical function(model) that represents ... [Read more...]

HRSA Area Resource File Format 2009

February 23, 2011 | Matt Shotwell

From the HRSA website: [The ARF 2009] is a database containing more than 6,000 variables for each of the nation’s counties. ARF contains information on health facilities, health professions, measures of resource scarcity, health status, economic activity, health training programs, and socioeconomic and environmental characteristics. The data file itself is formatted ... [Read more...]

RQuantLib 0.3.6

February 23, 2011 | Thinking inside the box

A bug-fix release RQuantLib 0.3.6 is now on CRAN and in Debian. RQuantLib combines (some of) the quantitative analytics of QuantLib with the R statistical computing environment and language. There are only two changes to two files where an explic... [Read more...]
1 2 3 4 11

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)