[R] ave(x, y, FUN=length) produces character output when x is character

Gabor Grothendieck ggrothendieck at gmail.com
Thu Dec 25 22:26:04 CET 2014


On Thu, Dec 25, 2014 at 1:57 PM, Mike Miller <mbmiller+l at gmail.com> wrote:
> I do think I get what is going on with this, but why should I buy into this
> conceptualization?  Why is it better to say that a matrix *is* a vector than
> to say that a matrix *contains* a vector?  The latter seems to be the more
> common way of thinking but such things.  Even in R you've had to construct
> two different definitions of "vector" to deal with the inconsistency created
> by the "matrix is a vector" way of thinking.  So there must be something
> really good about it that I am not understanding (and I'm not being
> facetious or ironic!)

I think its the idea that in R all data objects are vectors (for some
notion of vector) in the sense that all Lisp objects are lists, all
APL objects are arrays and all tcl objects are character strings.

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-help mailing list