Skip to content
Prev 320639 / 398502 Next

Plotting histogram of RT data

On 2013-03-31 04:12, Jacob Fake wrote:
I'm confused: is 'x' a data.frame or a directory? What exactly does
x[, 17] mean here?

If x is a data.frame, then the first thing to check is

  range(x[, 17])

It's also _always_ a good idea to check str(x) before you do anything
further with x.

Peter Ehlers