2307 search results for "git"

Recreational R: Simulating a Card Trick

May 30, 2011
By
Recreational R: Simulating a Card Trick

In this post, I simulate an interesting card trick, which was described by a friend of mine named Xan. Here's Xan's description of the card trick:I put a deck of cards down face up on the table. Meanwhile you think of a secret number between 1 and 1...

Read more »

Recreational R: Simulating a Card Trick

May 30, 2011
By
Recreational R: Simulating a Card Trick

In this post, I simulate an interesting card trick, which was described by a friend of mine named Xan. Here's Xan's description of the card trick:I put a deck of cards down face up on the table. Meanwhile you think of a secret number between 1 and 1...

Read more »

Searching for inaccurate literals in R

May 29, 2011
By
Searching for inaccurate literals in R

In creating the numbers tool I wanted to be able to do two things, 1) obtain information about what source did by matching the numeric literals it contained against a database of ‘interesting’ values (now with over 14,000 entries) and 2) flag possible incorrect numeric literals (e.g., 3.1459265 when 3.14159265 had been intended in core/Helix.cpp

Read more »

An Application of boot() to IV regression

May 28, 2011
By
An Application of boot() to IV regression

Bootstrapping standard errors can be a useful technique when obtaining closed form for the standard error formula is difficult or intractable. In this post, I give an example of how to use R to create a bootstrap sampling distribution in the context o...

Read more »

An Application of boot() to IV regression

May 28, 2011
By
An Application of boot() to IV regression

Bootstrapping standard errors can be a useful technique when obtaining closed form for the standard error formula is difficult or intractable. In this post, I give an example of how to use R to create a bootstrap sampling distribution in the context o...

Read more »

Collaborative R coding using Dropbox

May 27, 2011
By
Collaborative R coding using Dropbox

I do like Dropbox. I’m a big fan of easy to use solutions to common problems. For me I work at two different sites and I do a significant amount of work at my desktop machine at home as well as on my laptop. Dropbox solved the problem of synchronising files between

Read more »

New online R courses from Statistics.com

May 26, 2011
By

Online training provider Statistics.com has introduced a couple of new R-related courses which are well worth checking out. These are all self-paced on-line courses, with materials by and interactive feedback from leading R gurus. Current R users looking to take their programming skills to the next level will be particularly interested in the Advanced Programming in R course from...

Read more »

Sweave and pgfSweave in LyX 2.0.x (experimental)

May 25, 2011
By

bout half a year ago, I wrote a post on the configuration of (pgf)Sweave and LyX, which was intended to save us some efforts in going through all the details during the configuration. Now many things have changed: LyX 2.0 has internal support for Sweave, and fortunately I have been in touch with the developers

Read more »

Defaults, Lists and Classes: A Functional Post

May 20, 2011
By
Defaults, Lists and Classes: A Functional Post

In this post, I demonstrate a couple of useful tricks to writing functions in R. The context is a function I wrote called called samp() that allows for an easy demonstration of sampling distribution properties.DefaultsBy default, this function draws K...

Read more »

Defaults, Lists and Classes: A Functional Post

May 20, 2011
By
Defaults, Lists and Classes: A Functional Post

In this post, I demonstrate a couple of useful tricks to writing functions in R. The context is a function I wrote called called samp() that allows for an easy demonstration of sampling distribution properties.DefaultsBy default, this function draws K...

Read more »