November 2012

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...]

Join us at BIWA Summit 2013!

November 19, 2012 | mhornick

Registration is now open for BIWA Summit 2013.  This event, focused on Business Intelligence, Data Warehousing and Analytics, is hosted by the BIWA SIG of the IOUG on January 9 and 10 at the Hotel Sofitel, near Oracle he... [Read more...]

A Video Tour of R, for Beginners

November 19, 2012 | David Smith

Coursera's introductory "Statistics One" course uses R for the practical data analysus exercises. To support course participants, Princeton University grad student Laura Suttle created a series of web videos introducing the R interface. These videos are available to the public, and are a great place for anyone new to R ... [Read more...]

Function apply() – Tip 1

November 19, 2012 | Edwin Grappin

The function apply() is certainly one of the most useful function. I was scared of it during a while and refused to use it. But it makes the code so much faster to write and so efficient that we can't afford not using it. If you are like me, that ... [Read more...]
1 3 4 5 6 7 14

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)