have you tried replacing
.duplicate()
in your my.causality() by
vars:::.duplicate()
?
b
On Mar 28, 2007, at 3:11 PM, Leeds, Mark ((IED)) wrote:
> I am using the vars package and it calls a function causality() which
> then calls something
> called .duplicate. I had to modify the causality function slightly for
> my purposes and
> I called it my.causality() but now the .duplicate function is no
> longer
> known to the my.causality function.
> I'm fairly certain that this is due to my lack of expertise in R
> but if
> someone could tell me how
> to make the my.causality function know about .duplicate, it would be
> appreciated. Thanks.
>
>
>
> Mark
> --------------------------------------------------------
>
> This is not an offer (or solicitation of an offer) to buy/se...
> {{dropped}}
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.