Monthly Archives: November 2012

Estimating Person Characteristics from IRT Data – 3PL Model

November 21, 2012
By
Estimating Person Characteristics from IRT Data – 3PL Model

Original Code# One of the basic tasks in item response theory is estimating the ability of a test taker from the responses to a series of items (questions).# Let's draw the same pool of items that we have used on several previous posts:# First let's im...

Read more »

What’s the difference between POSIXct and POSIXlt?

November 21, 2012
By

POSIXct is the signed number of seconds since “the epoch”. For example it was

  • 1351298112 UTC (GMT)

when I wrote this. (1351298112 UTC = Sat Oct 27, 2:35 am GMT = Fri Oct 26, 8:35 pm EST = Fri Oct 26, 5:35 pm PST = 2:35 pm HST)

POSIXlt is one of many text | character | string formats such as:

  • May 17, 2017
  • 17/5/2017
  • 17-5-17 05:24:39

Read more »

Data types, part 3: Factors!

November 21, 2012
By
Data types, part 3: Factors!

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
By

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 that they can mean very different things in...

Read more »

IPython vs RStudio+knitr

November 21, 2012
By
IPython vs RStudio+knitr

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 and results has been at the core

Read more »

Representing density in two dimensions

November 21, 2012
By
Representing density in two dimensions

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
By
Creating an R package in Windows

The packaging of "nothing". An aura or vibe or spirit. To showcase that sometimes the packaging and the perception of the product, IS the product. A nice package can be both beautiful and functional. The image is CC by MIAD Communication Design. Inspired by Read more »

Fun with coin flips

November 21, 2012
By
Fun with coin flips

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 »

Fun with coin flips

November 21, 2012
By
Fun with coin flips

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 »

Video: SimpleR tricks and tools: Help, debugging, git, LaTeX, and workflow with R by Prof Rob Hyndman

November 21, 2012
By

This post shares the video from a talk presented on 20th November 2012 by Professor Rob Hyndman at Melbourne R Users. The talk provides an introduction to: Getting R help Debugging R functions R style guides Making good use of … Continue reading

Read more »