March 2011

Yet another R report generator, and more!

March 4, 2011 | BioStatMatt

I recently uploaded some code to R-forge related to an R package I’ve been working on, titled yarr. The work was motivated by a desire to embed R code and output within my HTML blog posts! Months ago, I wrote about a potential solution to this using the brew ... [Read more...]

More on logging the outcome

March 4, 2011 | nzcoops

This one does my head in. I do it fairly regularly, lots of people do, but I find everytime it comes to interpreting the results I have to slow it right down and go step by step. Answer: When you log the outcome, then on the original scale, for all ... [Read more...]

Converting text files with sed

March 3, 2011 | Gregor

Sed is my friend to change fixed-width text files (e.g., from an R screen output) to a comma delimited file using sed 's/ */,/g' file1 __file2.csv Note the two spaces between s/ and */. [Read more...]

3D Anisotropy parameters

March 3, 2011 | Fabio Veronesi

Hello everyone, I’m trying to create a method for calculating the 5 parameters for the 3D anisotropy in an automatic way. Basically I created a loop for analysing the range of the horizontal variogram in every direction and extrapolating the maximum (for the angle p). Then it computes the vertical ... [Read more...]

cut&paste typo in R book

March 2, 2011 | xi'an

A casualty of cut-and-paste in Chapter 3 of Introducing Monte Carlo Methods with R. Brad McNeney from Simon Fraser sent me a nice email about the end of Example 3.6 missing a marginal estimate. Indeed, it does. And it should have been obvious from the “estimates” we derived, 19 and 16, which are not ... [Read more...]

R Video Tutorial for Spatial Statistics

March 2, 2011 | Fabio Veronesi

Welcome everybody, this is a video tutorial that will try to teach you how to use R for spatial statistics and interpolation. I’m a PhD student in soil science and in particular my project is about digital soil mapping. During my work I often use R particularly for geostatstical ... [Read more...]

Investing with the Odds

March 2, 2011 | The Average Investor

In this previous post, I showed that a look at the correlations in the daily returns of S&P 500 should have lead to a very profitable investing strategy. I also promised to show the results of this strategy in the 80s, but I am not going to do that, because ... [Read more...]

Calling R from JasperReports Server

March 2, 2011 | David Smith

Revolution Analytics today announced a partnership with Jaspersoft, the makers of the most widely-used business intelligence software in the world. With this partnership, Revolution R and Jaspersoft software work together to bring the power of analytics coded in R to business users working with Business Intelligence (BI) dashboards and reports. ... [Read more...]

Rcpp at Geneva-R

March 2, 2011 | romain francois

I'll present Rcpp at the inaugural Geneva-R meeting. Geneva-R is an informal gathering of R enthusiasts sponsored by Mango Solutions, that builds on the success of London-R, where I presented twice, and Basel-R [Read more...]

Anova – Type I/II/III SS explained

March 2, 2011 | nzcoops

Not my post, just bookmarking this. It’s from http://goanna.cs.rmit.edu.au/~fscholer/anova.php ANOVA (and R) The ANOVA Controversy ANOVA is a statistical process for analysing the amount of variance that is contributed to a sample by different factors. It was initially derived by R. ... [Read more...]

Bootstrapping the Truncated Normal Distribution

March 2, 2011 | Adam.Hyland

Here’s a post generated from my own ignorance of statistics (as opposed to just being marred by it)! In Labor Economics we walked through something called the truncated normal distribution. Truncated distributions come up a lot in the sciences because … Continue reading → [Read more...]

Review of R Graphs Cookbook

March 1, 2011 | John Myles White

The kind people at Packt Publishing recently asked me to review one of their newest R books: the R Graphs Cookbook. In general, I think pretty highly of the book: it provides a nice overview of the basic tools for visualizing data in R. If you’re just getting started ... [Read more...]

Why learn R?

March 1, 2011 | prasoonsharma

I'm introducing R to a few colleagues this week and want to share why learning a software like R is important... Here are a few articles that explain it well... Other reasons?Importance of data science- Couple years ago Google's Chief Economist Hal Var... [Read more...]
1 10 11 12 13

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)