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
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.
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
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)] <
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
5 matches
Mail list logo