Skip to content
Back to formatted view

Raw Message

Message-ID: <B50944F1-6636-4B03-A72B-4394A4EFD516@gmail.com>
Date: 2010-12-20T18:13:42Z
From: Luca Meyer
Subject: Passing parameter to a function

I am trying to pass a couple of variable names to a xtabs formula:

> tab <- function(x,y){
    xtabs(time~x+y, data=D)
}

But when I run:

> tab(A,B)

I get:

Error in eval(expr, envir, enclos) : object "A" not found

I am quite sure that there is some easy way out, but I have tried with different combinations of deparse(), substitute(), eval(), etc without success, can someone help?

Thanks,
Luca

Luca Meyer
www.lucameyer.com
IBM SPSS Statistics release 19.0.0
R version 2.12.1 (2010-12-16)
Mac OS X 10.6.5 (10H574) - kernel Darwin 10.5.0