options(warnPartialMatchArgs=TRUE) is available to those who do regrets,
e.g.
options(warnPartialMatchArgs=TRUE)
fooA("hi",m=1)
foo.default: m is 1
Warning message:
In fooA("hi", m = 1) : partial argument match of 'm' to 'model'
On Mon, 28 Apr 2008, Peter Dalgaard wrote:
Aaron Rendahl wrot
Aaron Rendahl wrote:
> I'm seeing some funny behavior when using methods (the older S3 type)
> and having variables that start with the same letter. I have a vague
> recollection of reading something about this once but now can't seem
> to find anything in the documentation. Any explanation, or a
I'm seeing some funny behavior when using methods (the older S3 type)
and having variables that start with the same letter. I have a vague
recollection of reading something about this once but now can't seem
to find anything in the documentation. Any explanation, or a link to
the proper d
3 matches
Mail list logo