Skip to content

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

1 message · Liaw, Andy

#
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