February 2013

Improving the graph gallery

February 18, 2013 | romain francois

I'm trying to make improvements to the R Graph Gallery, I'm looking for suggestions from users of the website. I've started a question on the website's facebook page. Please take a few seconds to vote to existing improvements possibilities... [Read more...]

dbetabinom versions

February 17, 2013 | xi'an

I got this email from a student: (1) I used the following R function in package “emdbook“ more precisely I did (2) instead I use the following R function in package “VGAM“ more precisely I did and I get two different curves! Sad! to which I replied only the following as the ... [Read more...]

Change fonts in ggplot2, and create xkcd style graphs

February 17, 2013 | fibosworld

Installing and changing fonts in your plots comes now easy with the extrafonts-package. There is a excellent tutorial on the extrafonts github site, still I will shortly demonstrate how it worked for me. First, install the package and load it. You can now install the desired system fonts (at the ... [Read more...]

Run production, one team at a time

February 17, 2013 | Martin Monkman

In a previous post, I used R to process data from the Lahman database to calculate index values that compare a team's run production to the league average for that year.  For the purpose of that exercise, I started the sequence at 1947, but for what follows I re-ran the code ... [Read more...]

A look at strucchange and segmented

February 17, 2013 | Wingfeet

After last week's post it was commented that strucchange and segmented would be more suitable for my purpose. I had a look at both. Strucchange can find a jump in a time series, which was what I was looking for. In contrast segmented is more suitable f... [Read more...]

Contribute to The R Journal with LyX/knitr

February 17, 2013 | Yihui Xie

(This paragraph is pure rant; feel free to skip it) I have been looking forward to the one-column LaTeX style of The R Journal, and it has arrived eventually. Last time I mentioned "it does not make sense to sell the cooked shrimps"; actually there is ... [Read more...]

Gist for previous posts

February 17, 2013 | Martin Monkman

The more I use it, the more I understand the benefits and value of Github as a code-sharing resource. The gist found here is the R code for my posts on run scoring trends by league (found here, here, and here).  I will continue to use Github for t... [Read more...]

Interactive stage-structured population model

February 16, 2013 | Maxwell B. Joseph

This is an example of interfacing R and shiny to allow users to explore a biological model often encountered in an introductory ecology class. We are interested the growth of a population that is composed of multiple, discrete stages or age classes. Patrick H. Leslie provides an in-depth derivation of ... [Read more...]

Finding outliers in numerical data

February 16, 2013 | Ron Pearson (aka TheNoodleDoodler)

One of the topics emphasized in Exploring Data in Engineering, the Sciences and Medicine is the damage outliers can do to traditional data characterizations.  Consequently, one of the procedures to be included in the ExploringData package is FindOutliers, described in this post.  Given a vector of numeric values, this procedure ... [Read more...]

Some of Excel’s Finance Functions in R

February 16, 2013 | Karsten W.

Last year I took a free online class on finance by Gautam Kaul. I recommend it, although there are other classes I can not compare it to. The instructor took great efforts in motivating the concepts, structuring the material, and enable critical thinking / intuition. I believe this is an advantage ... [Read more...]

digest 0.6.3

February 16, 2013 | Thinking inside the box

digest version 0.6.3 is now on CRAN, and I'll upload the Debian package in a minute. This is a minor bug release regarding just the recently-added sha512 support. Turns out the wrong initial buffer size was used on the R side. Hannes fixed that with... [Read more...]

More Haskell: a bootstrap

February 16, 2013 | mrtnj

So my playing around with Haskell goes on. You can follow the progress of the little bootstrap exercise on github. Now it’s gotten to the point where it actually does a bootstrap interval for the mean of a sample. Consider the following R script: [1] 10.31 2.5% 97.5% 9.72475 10.85200 So, that was a simple […] [Read more...]

Market Filter Back Test Shiny web application

February 15, 2013 | systematicinvestor

Today, I want to share the Market Filter Back Test application (code at GitHub). This is the forth application in the series of examples (I plan to share 5 examples) that will demonstrate the amazing Shiny framework and Systematic Investor Toolbox to analyze stocks, make back-tests, and create summary reports. The ... [Read more...]

Video: Data Mining with R

February 15, 2013 | David Smith

Yesterday's Introduction to R for Data Mining webinar was a record setter, with more than 2000 registrants and more than 700 attending the live session presented by Joe Rickert. If you missed it, I've embedded the video replay below, and Joe's slides (with links to many useful resources) are also available. During ... [Read more...]
1 5 6 7 8 9 15

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)