What’s unfortunately easy to do is to edit a function and change its signature to be something less specific, and re-run the cell. This then doesn’t overwrite the old definition, I think that’s a common way to get surprising results, at least for me! Running methods(pval)
should print out all currently defined methods.
6 Likes