December 2012

A Cheap Criticism of p-Values

December 6, 2012 | John Myles White

One of these days I am going to finish my series on problems with how NHST is issued in the social sciences. Until then, I came up with a cheap criticism of p-values today. To make sense of my complaint, you’ll want to head over to Andy Gelman’s ... [Read more...]

Again with variability of long-short decile tests

December 6, 2012 | Pat

A simpler approach to producing the variability. Previously The post “Variability in long-short decile strategy tests” proposed a way of assessing the variability of strategy tests in which a long-short portfolio is created by equally weighting the top and bottom deciles. Improved idea Joe Mezrich suggests maintaining equal weights but ... [Read more...]

Reconstruct Gene Networks Using Shiny

December 6, 2012 | Jeff Allen

Check out the application on Glimmer!  http://glimmer.rstudio.com/qbrc/grn/   We’ve been experimenting with RStudio’s new Shiny software as a way to quickly and easily create interactive, responsive web applications which are able to leverage complicated analytics back-ends built in the R programming language. We created ... [Read more...]

One R package for all your taxonomic needs

December 6, 2012 | Recology - R

UPDATE: there were some errors in the tests for taxize, so the binaries aren't avaiable yet. You can install from source though, see below. Getting taxonomic information for the set of species you are studying can be a pain in the ass. You have to manually type, or paste in, ... [Read more...]

NFL Prediction – Algorithm 1

December 5, 2012 | PirateGrunt

So I tidied the code up a bit from last time; no more for loop. Actually, I tidied it up a lot. My goal had been to arrange the data in such a way that I could get a simple moving average of the score difference for each team. That ... [Read more...]

TFX Package

December 5, 2012 | systematicinvestor

Today I want to highlight the TFX Package created by Garrett See. TFX is an R Interface to the TrueFX(tm) Web API for free streaming real-time and historical tick-by-tick market data for dealable interbank foreign exchange rates with millisecond detail. Garrett provided a great tutorial, examples, and shiny application ... [Read more...]

RInside 0.2.10

December 5, 2012 | Thinking inside the box

The new maintenance release 0.2.10 of RInside is now on CRAN, including Windows binaries. RInside provides a set of convenience classes which facilitate embedding of R inside of C++ applications and programs, using the classes and functions provided ... [Read more...]

Shiny released to CRAN; Shiny Server coming soon

December 5, 2012 | David Smith

The shiny package, the R package from RStudio that makes it easy to build simple interactive interfaces for R scripts, is now available on CRAN. This will make it easier for R programmers to install and use shiny, and to run the interfaces they create from a local web browser. ... [Read more...]

Loading Big files in R

December 5, 2012 | Daniel

Far as I remember, today was the first day in my life I succeed to load a text file bigger than 1.5 Gb into R (~ 5 million lines and 18 columns). My computer is not a small stuff, I’m using a Macbook Pro with rough 8GB of RAM, but the issue why ... [Read more...]

Speed up your map plotting in R

December 5, 2012 | dmvianna

I have been forever annoyed at how long it takes to plot data on a large shapefile. And this is a domain where doesn’t matter if you’re working with MapInfo or R. Just zooming the figure takes ages. But a … Continue reading → [Read more...]

Apple Compared to Others with ggthemes

December 5, 2012 | klr

For a happy person delightfully concentrated in Apple, I wanted to show Apple’s performance versus Microsoft and Cisco in decades 1(1990-2000) and 2 (2000-2012).  I thought this would give me a good chance to try out the very interesting work be...
[Read more...]

Forbes Graph Makeover Contest Entry #1

December 5, 2012 | hrbrmstr

Naomi Robbins is running a graph makeover challenge over at her Forbes blog and this is my entry for the B2B/B2C Traffic Sources one (click for larger version): And, here’s the R source for how to generate it: library(ggplot2)   df = read.csv("b2bb2c....
[Read more...]

Population dynamics using INLA

December 5, 2012 | Mathieu

Summary: Two methods of inferring (effective) population dynamics from genetic variation are compared: (i) Markov chain Monte Carlo (MCMC; using BEAST); and (ii) integrated nested Laplace approximation (INLA; using R interface of that name). INLA runs __1000 times faster than … Continue reading → [Read more...]

APSRtable: Getting Tables from R to \( \LaTeX \)

December 5, 2012 | is.R()

Oftentimes you might be writing in LaTeX and trying to push your results from R into your .tex file. This, at times, can be very frustrating. Luckily, there’s apsrtable, an R package that automatically produces the LaTeX code for your  R model ... [Read more...]
1 11 12 13 14 15 16

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)