[Rd] [RfC] Family dispersion

2016-06-01 Thread Luis Carvalho
ispersion)) R> summary(gm) # use family dispersion R> Exp <- function (...) set.dispersion(Gamma(...), 1) Thanks in advance for the feedback. Cheers, Luis -- Computers are useless. They can only give you answers. -- Pablo Picasso -- Luis Carvalho Associate Professor D

Re: [Rd] Matrix memory layout R vs. C

2013-12-06 Thread Luis Carvalho
They can only give you answers. -- Pablo Picasso -- Luis Carvalho (Kozure) lua -e 'print((("lexcarva...@no.gmail.spam.com"):gsub("(%u+%.)","")))' __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Matrix memory layout R vs. C

2013-12-06 Thread Luis Carvalho
-- and, more generally, an array -- is in fact just a vector with (dimension) attributes, but that just specifies the memory layout of the matrix, and not its representation (that is, it doesn't help.) Unfortunately, there's no way to avoid this, but it shouldn't be too bad to get use