2012

Data types, part 3: Factors!

November 21, 2012 | Slawa Rokicki

In this third part of the data types series, I'll go an important class that I skipped over so far: factors.Factors are categorical variables that are super useful in summary statistics, plots, and regressions. They basically act like dummy variables t... [Read more...]

Upcoming Webinar: Real-time, big-data analytics

November 21, 2012 | David Smith

A quick heads-up that I'll be presenting another brand-new webinar on Thursday next week (November 29). In Real-time Big Data Analytics: From Deployment to Production, I'll review the process of making predictive models work in real-live operational environments. I'll also tackle those ubiquitous buzz-words "real-time" and "big data", and the fact ... [Read more...]

IPython vs RStudio+knitr

November 21, 2012 | Corey Chivers

At a meeting last night with some collaborators at the Vélobstacles project, I was excitedly told about the magic of IPython and it’s notebook functionality for reproducible research. This sounds familiar, I thought to myself. Using a literate programming approach to integrate computation with the communication of methodology ... [Read more...]

Representing density in two dimensions

November 21, 2012 | is.R()

I’ll be subbing today for Chris, as we continue to explore some ggplot2 basics. Today, imagine that you have data distributed in two dimensions, and that you would like to convey differences in point density over space. As with many things, this... [Read more...]

Creating an R package in Windows

November 21, 2012 | Max Gordon

[caption id="attachment_411" align="aligncenter" width="500"] A nice package can be both beautiful and functional. The image is CC by MIAD Communication Design.[/caption] Inspired by this post by Szilard Pafka I decided to do a similar adventure in a Windows environment and see what problems I run into. Start ... [Read more...]

Fun with coin flips

November 21, 2012 | Jason Bryer

We all know that the odds of flipping an unbiased coin is 50% heads, 50% tails. But what happens if you do this a lot of times. Do you expect the same number of heads and tails? What if we took a cumulative sum where heads = +1 and tails = -1. What wou... [Read more...]

R User Conference in Spain: Call for Tutorials

November 20, 2012 | David Smith

I'm really looking forward to useR! 2013 (the international conference for R users), and not just because it's being held in Spain next year (July 10-12). The program is already coming together, with a great lineup of invited speakers, including R-core member Duncan Murdoch and prolific package authoR Hadley Wickham. You ... [Read more...]

optimising accept-reject

November 20, 2012 | xi'an

I spotted on R-bloggers a post discussing optimising the efficiency of programming accept-reject algorithms. While it is about SAS programming, and apparently supported by the SAS company, there are two interesting features with this discussion. The first one is about avoiding the dreaded loop in accept-reject algorithms. For instance, taking ... [Read more...]

Heteroskedastic GLM in R

November 20, 2012 | diffuseprior

A commenter on my previous blog entry has drawn my attention to an R function called hetglm() that estimates heteroskedastic probit models. This function is contained in the glmx package. The glmx package is not available on CRAN yet, but thankfully can be downloaded here. The hetglm() function has a ... [Read more...]

Project Euler — problem 24

November 20, 2012 | Tony

It’s a lovely day. I took a walk around the campus after lunch. The scene was enjoyable in one deep autumn day. Before the afternoon work, I’d like to spend a few moments on the 24th Euler Problem. A permutation is an ordered arrangement of … Continue reading → [Read more...]

Drawdown Determined Position Size

November 19, 2012 | klr

This caught my eye as I searched for some more academic research on my favorite risk measure drawdown. Yang, Z. George and Zhong, Liang,Optimal Portfolio Strategy to Control Maximum Drawdown - The Case of Risk Based Dynamic Asset Allocation (February ...
[Read more...]

Dallas R Users Group Baseball Data Dive

November 19, 2012 | Eldon

This past Saturday I led a data dive workshop for the Dallas R Users Group using Lahman’s baseball statistics. After providing a brief introduction to the Lahman R package and showing how to load the data and make some basic plots,... [Read more...]

A quick function for editing CSV files in R

November 19, 2012 | Noam Ross

I’ve been hunting for a lightweight CSV editor for OSX so I could to make fixes to data files and not need to fire up Excel. While you can edit a CSV file in any text editor, it’s a pain to navigate the files without a spreadsheet-like interface. ... [Read more...]
1 18 19 20 21 22 170

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)