Displaying 4 results from an estimated 4 matches for "ariel92and".
2024 Nov 04
2
Invalid term in model formula with gmm after formula.tools is loaded
? Sun, 3 Nov 2024 12:53:52 +0100
Elys?e Aristide <ariel92and at gmail.com> ?????:
> Does that mean that I should send a new message? Or is it okay for
> this time?
No need to post it again. Did it help to replace the as.character()
method for formulas provided by 'formula.tools'? I see the problem is
already reported to the 'formula.to...
2024 Nov 03
1
Invalid term in model formula with gmm after formula.tools is loaded
...this mailing list in plain text. Otherwise (when composed in HTML), the
> mailing list eats the HTML part and we're left with the plain text part
> automatically generated by your mailer, which isn't always readable.
>
> ? Wed, 30 Oct 2024 17:45:29 +0100
> Elys?e Aristide <ariel92and at gmail.com> ?????:
>
> > I am using the gmm function from the gmm package and encountered an
> > unexpected error. No model can be estimated if I load formula.tools?I
> > need to restart R each time.
>
> I can reproduce the problem:
>
> library(gmm)
> data(F...
2024 Nov 01
1
Invalid term in model formula with gmm after formula.tools is loaded
...to compose messages to
this mailing list in plain text. Otherwise (when composed in HTML), the
mailing list eats the HTML part and we're left with the plain text part
automatically generated by your mailer, which isn't always readable.
? Wed, 30 Oct 2024 17:45:29 +0100
Elys?e Aristide <ariel92and at gmail.com> ?????:
> I am using the gmm function from the gmm package and encountered an
> unexpected error. No model can be estimated if I load formula.tools?I
> need to restart R each time.
I can reproduce the problem:
library(gmm)
data(Finance)
r <- Finance[1:300, 1:10]...
2024 Oct 30
1
Invalid term in model formula with gmm after formula.tools is loaded
Hi everyone,
I am using the gmm function from the gmm package and encountered an
unexpected error. No model can be estimated if I load formula.tools?I need
to restart R each time. Here is a simple reproducible example:
*library(gmm)data(Finance)r <- Finance[1:300, 1:10]rm <- Finance[1:300,
"rm"]rf <- Finance[1:300, "rf"]z <- as.matrix(r-rf)zm