Re: [R] GMM estimation

2008-05-27 Thread Markus Jäntti
On Tue, 2008-05-27 at 13:38 -0700, Horace Tso wrote: > Leo, do you mean GMM as in Generalized Method of Moment? If so i've posted a > similar > question here before and the answer appears to be none at this time. > Generalized Method of Moments (GMM) is an estimation method that can be appli

Re: [R] R + Linux

2008-06-06 Thread Markus Jäntti
I have both Debian, Ubuntu, RedHat and CentOS systems, and primary run R on the Debian and RedHat machines. I have encountered few problems running R on RedHat/CentOS, but I do think the Debian/Ubuntu package management system, combined with the kind provision of packages, makes life a lot simpler.

Re: [R] R-Latex question

2008-03-11 Thread Markus Jäntti
On Tue, 2008-03-11 at 10:23 -0700, threshold wrote: > cat("\hline \n");flush.console() you need to double the backslashes, as in cat("\\hline \n");flush.console() as in > cat("\\hline \n");flush.console() \hline The warning when using just one kind of hints at what is going on: > cat("\hline

Re: [R] Sweave: tables vs matrices

2007-09-19 Thread Markus Jäntti
Gavin Simpson wrote: > On Fri, 2007-09-14 at 11:24 +0100, Robin Hankin wrote: >> Hi Gavin >> >> thanks for that. . . it does 99% of what I wanted. >> I'd forgotten about the na.print argument. >> >> It's considerably nicer than my other solution >> which converted to character, then jj[is.na(jj)] <

Re: [R] Newey-West and SUR regression models

2007-10-30 Thread Markus Jäntti
Achim Zeileis wrote: > On Fri, 26 Oct 2007, Richard Saba wrote: > >> Is anyone aware of a procedure to apply Newey-West corrections for >> autocorrelation to a SUR regression model? The SANDWICH package seems to be >> applicable only to LM or GLM models. > > No, "sandwich" is applicable to any es