Skip to content
Prev 359615 / 398503 Next

Issue with var command in stats package

Somewhere you'd named an R object var, which is also the name of the function.

There's no way to access part of a function with $ so
var$contrib
is throwing the closure error, which is telling you that you can't
index a function.


Sarah
On Sun, Mar 27, 2016 at 12:14 PM, John, Larry <Larry.John at anser.org> wrote: