Skip to content
Prev 67128 / 398506 Next

Error in hist.default(A) : `x' must be numeric

I suspect Ferri might have the numbers in one line in a file, and read them
into R with read.table().  That would put the numbers into a data frame with
n variables and one observation.  If that's the case, just replacing
read.table() with scan() should do it.

Andy