Skip to content

summary of problem with mCall function.

2 messages · Bill Shipley, Douglas Bates

2 days later
#
On 9/7/05, Bill Shipley <bill.shipley at usherbrooke.ca> wrote:
mCall isn't a function.  It's a matched call created by the match.call
function.  The purpose of having such a matched call is to be able to
map the actual arguments to the formal arguments.  You need to know
which names to evaluate in the data frame and you can only get that
information from the matched call.