search for: tp18554602p18557568

Displaying 1 result from an estimated 1 matches for "tp18554602p18557568".

2008 Jul 20
4
Access to values of function arguments
Does anyone know of good reading material about the following? The R language definition does not appear to explicitly address my problem (maybe I misread that document?) I have a function definition: func(a) cat("Anova for variable ",a) What I wish to achieve is to call func with a value such as: func(Age) and then obtain: Anova for variable Age Using