[R] .duplicate question

2007-03-28 Thread Leeds, Mark \(IED\)
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

Re: [R] .duplicate question

2007-03-28 Thread Benilton Carvalho
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